Interface Pet

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier
    All Known Subinterfaces:
    Dog
    All Known Implementing Classes:
    DogImpl, PetImpl

    public interface Pet
    extends NamedElement
    A representation of the model object 'Pet'.

    The following features are supported:

    See Also:
    FamiliesPackage.getPet()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isMale()
      Returns the value of the 'Male' attribute.
      void setMale​(boolean value)
      Sets the value of the 'Male' 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

      • isMale

        boolean isMale()
        Returns the value of the 'Male' attribute.

        If the meaning of the 'Male' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Male' attribute.
        See Also:
        setMale(boolean), FamiliesPackage.getPet_Male()
      • setMale

        void setMale​(boolean value)
        Sets the value of the 'Male' attribute.
        Parameters:
        value - the new value of the 'Male' attribute.
        See Also:
        isMale()