| 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 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 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() |
java.lang.String |
getId() |
Person |
getMother() |
void |
setFather(Person newFather) |
void |
setId(java.lang.String newId) |
void |
setMother(Person newMother) |
java.lang.String |
toString() |
protected Person father
Father' reference.
getFather()protected Person mother
Mother' reference.
getMother()protected <any> children
Children' reference list.
getChildren()protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()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.String getId()
getId in interface FamilyFamily.setId(String),
TestPackage.getFamily_Id()public void setId(java.lang.String newId)
setId in interface FamilynewId - the new value of the 'Id' attribute.Family.getId()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