Interface District

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    DistrictImpl

    public interface District
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'District'.

    The following features are supported:

    See Also:
    FamiliesPackage.getDistrict()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • 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.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getFamilies

        org.eclipse.emf.common.util.EList<Family> getFamilies()
        Returns the value of the 'Families' containment reference list. The list contents are of type 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...

        Returns:
        the value of the 'Families' containment reference list.
        See Also:
        FamiliesPackage.getDistrict_Families(), Family.getDistrict()
      • getDogs

        org.eclipse.emf.common.util.EList<Dog> getDogs()
        Returns the value of the 'Dogs' containment reference list. The list contents are of type 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...

        Returns:
        the value of the 'Dogs' containment reference list.
        See Also:
        FamiliesPackage.getDistrict_Dogs(), Dog.getDistrict()