public interface Family
The following features are supported:
TestPackage.getFamily()| Modifier and Type | Method and Description |
|---|---|
<any> |
getChildren()
Returns the value of the 'Children' reference list.
|
Person |
getFather()
Returns the value of the 'Father' reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
Person |
getMother()
Returns the value of the 'Mother' reference.
|
void |
setFather(Person value)
Sets the value of the '
Father' reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setMother(Person value)
Sets the value of the '
Mother' reference. |
Person getFather()
If the meaning of the 'Father' reference isn't clear, there really should be more of a description here...
setFather(Person),
TestPackage.getFamily_Father()void setFather(Person value)
Father' reference.
value - the new value of the 'Father' reference.getFather()Person getMother()
If the meaning of the 'Mother' reference isn't clear, there really should be more of a description here...
setMother(Person),
TestPackage.getFamily_Mother()void setMother(Person value)
Mother' reference.
value - the new value of the 'Mother' reference.getMother()<any> getChildren()
Person.
If the meaning of the 'Children' reference list isn't clear, there really should be more of a description here...
TestPackage.getFamily_Children()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
TestPackage.getFamily_Id()Data In Motion Consulting GmbH