public interface Person
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
getFirstName() |
@NotNull(message="Everyone has a last name.") String |
getLastName() |
String |
getMiddleName() |
Copyright © 2008–2019 Eclipse Foundation. All rights reserved.