public interface Family extends NamedElement
The following features are supported:
FamiliesPackage.getFamily()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<String> |
getAddress()
Returns the value of the 'Address' attribute list.
|
float |
getAverageAge()
Returns the value of the 'Average Age' attribute.
|
District |
getDistrict()
Returns the value of the 'District' container reference.
|
org.eclipse.emf.common.util.EList<Dog> |
getDogs()
Returns the value of the 'Dogs' reference list.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
org.eclipse.emf.common.util.EList<Integer> |
getLotteryNumbers()
Returns the value of the 'Lottery Numbers' attribute list.
|
org.eclipse.emf.common.util.EList<Person> |
getMembers()
Returns the value of the 'Members' containment reference list.
|
int |
getNumberOfChildren()
Returns the value of the 'Number Of Children' attribute.
|
org.eclipse.emf.common.util.EList<Pet> |
getPets()
Returns the value of the 'Pets' reference list.
|
boolean |
isNuclear()
Returns the value of the 'Nuclear' attribute.
|
void |
setAverageAge(float value)
Sets the value of the '
Average Age ' attribute. |
void |
setDistrict(District value)
Sets the value of the '
District ' container reference. |
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setNuclear(boolean value)
Sets the value of the '
Nuclear ' attribute. |
void |
setNumberOfChildren(int value)
Sets the value of the '
Number Of Children ' attribute. |
getName, setName
org.eclipse.emf.common.util.EList<String> getAddress()
String
.
If the meaning of the 'Address' attribute list isn't clear, there really should be more of a description here...
FamiliesPackage.getFamily_Address()
org.eclipse.emf.common.util.EList<Pet> getPets()
Pet
.
If the meaning of the 'Pets' reference list isn't clear, there really should be more of a description here...
FamiliesPackage.getFamily_Pets()
int getNumberOfChildren()
If the meaning of the 'Number Of Children' attribute isn't clear, there really should be more of a description here...
setNumberOfChildren(int)
,
FamiliesPackage.getFamily_NumberOfChildren()
void setNumberOfChildren(int value)
Number Of Children
' attribute.
value
- the new value of the 'Number Of Children' attribute.getNumberOfChildren()
org.eclipse.emf.common.util.EList<Person> getMembers()
Person
.
If the meaning of the 'Members' containment reference list isn't clear, there really should be more of a description here...
FamiliesPackage.getFamily_Members()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
FamiliesPackage.getFamily_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
boolean isNuclear()
If the meaning of the 'Nuclear' attribute isn't clear, there really should be more of a description here...
setNuclear(boolean)
,
FamiliesPackage.getFamily_Nuclear()
void setNuclear(boolean value)
Nuclear
' attribute.
value
- the new value of the 'Nuclear' attribute.isNuclear()
float getAverageAge()
If the meaning of the 'Average Age' attribute isn't clear, there really should be more of a description here...
setAverageAge(float)
,
FamiliesPackage.getFamily_AverageAge()
void setAverageAge(float value)
Average Age
' attribute.
value
- the new value of the 'Average Age' attribute.getAverageAge()
org.eclipse.emf.common.util.EList<Dog> getDogs()
Dog
.
If the meaning of the 'Dogs' reference list isn't clear, there really should be more of a description here...
FamiliesPackage.getFamily_Dogs()
District getDistrict()
Families
'.
If the meaning of the 'District' container reference isn't clear, there really should be more of a description here...
setDistrict(District)
,
FamiliesPackage.getFamily_District()
,
District.getFamilies()
void setDistrict(District value)
District
' container reference.
value
- the new value of the 'District' container reference.getDistrict()
org.eclipse.emf.common.util.EList<Integer> getLotteryNumbers()
Integer
.
If the meaning of the 'Lottery Numbers' attribute list isn't clear, there really should be more of a description here...
FamiliesPackage.getFamily_LotteryNumbers()
Copyright © 2020. All rights reserved.