| Modifier and Type | Field and Description |
|---|---|
protected <any> |
children
The cached value of the '
Children' reference list. |
protected Person |
father
The cached value of the '
Father' reference. |
protected Person |
mother
The cached value of the '
Mother' reference. |
| Modifier | Constructor and Description |
|---|---|
protected |
FamilyImpl() |
| Modifier and Type | Method and Description |
|---|---|
Person |
basicGetFather() |
Person |
basicGetMother() |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
<any> |
getChildren() |
Person |
getFather() |
Person |
getMother() |
void |
setFather(Person newFather) |
void |
setMother(Person newMother) |
protected Person father
Father' reference.
getFather()protected Person mother
Mother' reference.
getMother()protected <any> children
Children' reference list.
getChildren()protected EClass eStaticClass()
public Person getFather()
getFather in interface FamilyFamily.setFather(Person),
TestPackage.getFamily_Father()public Person basicGetFather()
public void setFather(Person newFather)
setFather in interface FamilynewFather - the new value of the 'Father' reference.Family.getFather()public Person getMother()
getMother in interface FamilyFamily.setMother(Person),
TestPackage.getFamily_Mother()public Person basicGetMother()
public void setMother(Person newMother)
setMother in interface FamilynewMother - the new value of the 'Mother' reference.Family.getMother()public <any> getChildren()
getChildren in interface FamilyTestPackage.getFamily_Children()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)
Data In Motion Consulting GmbH