public interface Person extends Addressable
The following features are supported:
EXTLibraryPackage.getPerson()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFirstName()
Returns the value of the 'First Name' attribute
|
java.lang.String |
getLastName()
Returns the value of the 'Last Name' attribute
|
void |
setFirstName(java.lang.String value)
Sets the value of the '
First Name' attribute |
void |
setLastName(java.lang.String value)
Sets the value of the '
Last Name' attribute |
getAddress, setAddresseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverjava.lang.String getFirstName()
setFirstName(String),
EXTLibraryPackage.getPerson_FirstName()void setFirstName(java.lang.String value)
First Name' attribute.
value - the new value of the 'First Name' attribute.getFirstName()java.lang.String getLastName()
setLastName(String),
EXTLibraryPackage.getPerson_LastName()void setLastName(java.lang.String value)
Last Name' attribute.
value - the new value of the 'Last Name' attribute.getLastName()