Interface Family
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
FamilyImpl
public interface Family extends NamedElement
A representation of the model object 'Family'.The following features are supported:
- See Also:
FamiliesPackage.getFamily()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.epsilon.hutn.test.model.families.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getAddress
org.eclipse.emf.common.util.EList<String> getAddress()
Returns the value of the 'Address' attribute list. The list contents are of typeString
.If the meaning of the 'Address' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Address' attribute list.
- See Also:
FamiliesPackage.getFamily_Address()
-
getPets
org.eclipse.emf.common.util.EList<Pet> getPets()
Returns the value of the 'Pets' reference list. The list contents are of typePet
.If the meaning of the 'Pets' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Pets' reference list.
- See Also:
FamiliesPackage.getFamily_Pets()
-
getNumberOfChildren
int getNumberOfChildren()
Returns the value of the 'Number Of Children' attribute.If the meaning of the 'Number Of Children' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Number Of Children' attribute.
- See Also:
setNumberOfChildren(int)
,FamiliesPackage.getFamily_NumberOfChildren()
-
setNumberOfChildren
void setNumberOfChildren(int value)
Sets the value of the 'Number Of Children
' attribute.- Parameters:
value
- the new value of the 'Number Of Children' attribute.- See Also:
getNumberOfChildren()
-
getMembers
org.eclipse.emf.common.util.EList<Person> getMembers()
Returns the value of the 'Members' containment reference list. The list contents are of typePerson
.If the meaning of the 'Members' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Members' containment reference list.
- See Also:
FamiliesPackage.getFamily_Members()
-
getId
String getId()
Returns the value of the 'Id' attribute.If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String)
,FamiliesPackage.getFamily_Id()
-
setId
void setId(String value)
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
getId()
-
isNuclear
boolean isNuclear()
Returns the value of the 'Nuclear' attribute.If the meaning of the 'Nuclear' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Nuclear' attribute.
- See Also:
setNuclear(boolean)
,FamiliesPackage.getFamily_Nuclear()
-
setNuclear
void setNuclear(boolean value)
Sets the value of the 'Nuclear
' attribute.- Parameters:
value
- the new value of the 'Nuclear' attribute.- See Also:
isNuclear()
-
getAverageAge
float getAverageAge()
Returns the value of the 'Average Age' attribute.If the meaning of the 'Average Age' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Average Age' attribute.
- See Also:
setAverageAge(float)
,FamiliesPackage.getFamily_AverageAge()
-
setAverageAge
void setAverageAge(float value)
Sets the value of the 'Average Age
' attribute.- Parameters:
value
- the new value of the 'Average Age' attribute.- See Also:
getAverageAge()
-
getDogs
org.eclipse.emf.common.util.EList<Dog> getDogs()
Returns the value of the 'Dogs' reference list. The list contents are of typeDog
.If the meaning of the 'Dogs' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Dogs' reference list.
- See Also:
FamiliesPackage.getFamily_Dogs()
-
getDistrict
District getDistrict()
Returns the value of the 'District' container reference. It is bidirectional and its opposite is 'Families
'.If the meaning of the 'District' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'District' container reference.
- See Also:
setDistrict(District)
,FamiliesPackage.getFamily_District()
,District.getFamilies()
-
setDistrict
void setDistrict(District value)
Sets the value of the 'District
' container reference.- Parameters:
value
- the new value of the 'District' container reference.- See Also:
getDistrict()
-
getLotteryNumbers
org.eclipse.emf.common.util.EList<Integer> getLotteryNumbers()
Returns the value of the 'Lottery Numbers' attribute list. The list contents are of typeInteger
.If the meaning of the 'Lottery Numbers' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Lottery Numbers' attribute list.
- See Also:
FamiliesPackage.getFamily_LotteryNumbers()
-
-