Interface Family

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<java.lang.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.
      java.lang.String getId()
      Returns the value of the 'Id' attribute.
      org.eclipse.emf.common.util.EList<java.lang.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​(java.lang.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.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getAddress

        org.eclipse.emf.common.util.EList<java.lang.String> getAddress()
        Returns the value of the 'Address' attribute list. The list contents are of type String.

        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 type Pet.

        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 type Person.

        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

        java.lang.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​(java.lang.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 type Dog.

        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()
      • 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<java.lang.Integer> getLotteryNumbers()
        Returns the value of the 'Lottery Numbers' attribute list. The list contents are of type Integer.

        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()