public interface District
extends org.eclipse.emf.ecore.EObject
The following features are supported:
FamiliesPackage.getDistrict()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Dog> |
getDogs()
Returns the value of the 'Dogs' containment reference list.
|
org.eclipse.emf.common.util.EList<Family> |
getFamilies()
Returns the value of the 'Families' containment reference list.
|
org.eclipse.emf.common.util.EList<Family> getFamilies()
Family
.
It is bidirectional and its opposite is 'District
'.
If the meaning of the 'Families' containment reference list isn't clear, there really should be more of a description here...
FamiliesPackage.getDistrict_Families()
,
Family.getDistrict()
org.eclipse.emf.common.util.EList<Dog> getDogs()
Dog
.
It is bidirectional and its opposite is 'District
'.
If the meaning of the 'Dogs' containment reference list isn't clear, there really should be more of a description here...
FamiliesPackage.getDistrict_Dogs()
,
Dog.getDistrict()
Copyright © 2016. All rights reserved.