| Modifier and Type | Field and Description |
|---|---|
protected <any> |
address
The cached value of the '
Address' reference list. |
protected <any> |
contact
The cached value of the '
Contact' containment reference list. |
protected static java.lang.String |
FIRST_NAME_EDEFAULT
The default value of the '
First Name' attribute. |
protected java.lang.String |
firstName
The cached value of the '
First Name' attribute. |
protected java.lang.String |
id
The cached value of the '
Id' attribute. |
protected static java.lang.String |
ID_EDEFAULT
The default value of the '
Id' attribute. |
protected static java.lang.String |
LAST_NAME_EDEFAULT
The default value of the '
Last Name' attribute. |
protected java.lang.String |
lastName
The cached value of the '
Last Name' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
PersonImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
<any> |
getAddress() |
<any> |
getContact() |
java.lang.String |
getFirstName() |
java.lang.String |
getId() |
java.lang.String |
getLastName() |
void |
setFirstName(java.lang.String newFirstName) |
void |
setId(java.lang.String newId) |
void |
setLastName(java.lang.String newLastName) |
java.lang.String |
toString() |
protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected static final java.lang.String FIRST_NAME_EDEFAULT
First Name' attribute.
getFirstName()protected java.lang.String firstName
First Name' attribute.
getFirstName()protected static final java.lang.String LAST_NAME_EDEFAULT
Last Name' attribute.
getLastName()protected java.lang.String lastName
Last Name' attribute.
getLastName()protected <any> contact
Contact' containment reference list.
getContact()protected <any> address
Address' reference list.
getAddress()protected EClass eStaticClass()
public java.lang.String getId()
getId in interface PersonPerson.setId(String),
RSATestPackage.getPerson_Id()public void setId(java.lang.String newId)
setId in interface PersonnewId - the new value of the 'Id' attribute.Person.getId()public java.lang.String getFirstName()
getFirstName in interface PersonPerson.setFirstName(String),
RSATestPackage.getPerson_FirstName()public void setFirstName(java.lang.String newFirstName)
setFirstName in interface PersonnewFirstName - the new value of the 'First Name' attribute.Person.getFirstName()public java.lang.String getLastName()
getLastName in interface PersonPerson.setLastName(String),
RSATestPackage.getPerson_LastName()public void setLastName(java.lang.String newLastName)
setLastName in interface PersonnewLastName - the new value of the 'Last Name' attribute.Person.getLastName()public <any> getContact()
getContact in interface PersonRSATestPackage.getPerson_Contact()public <any> getAddress()
getAddress in interface PersonRSATestPackage.getPerson_Address()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
Data In Motion Consulting GmbH