Interface Dog

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DogBreed getBreed()
      Returns the value of the 'Breed' attribute.
      District getDistrict()
      Returns the value of the 'District' container reference.
      boolean isLoud()
      Returns the value of the 'Loud' attribute.
      void setBreed​(DogBreed value)
      Sets the value of the 'Breed' attribute.
      void setDistrict​(District value)
      Sets the value of the 'District' container reference.
      void setLoud​(boolean value)
      Sets the value of the 'Loud' 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
      • Methods inherited from interface org.eclipse.epsilon.hutn.test.model.families.Pet

        isMale, setMale
    • Method Detail

      • isLoud

        boolean isLoud()
        Returns the value of the 'Loud' attribute.

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

        Returns:
        the value of the 'Loud' attribute.
        See Also:
        setLoud(boolean), FamiliesPackage.getDog_Loud()
      • setLoud

        void setLoud​(boolean value)
        Sets the value of the 'Loud' attribute.
        Parameters:
        value - the new value of the 'Loud' attribute.
        See Also:
        isLoud()
      • setBreed

        void setBreed​(DogBreed value)
        Sets the value of the 'Breed' attribute.
        Parameters:
        value - the new value of the 'Breed' attribute.
        See Also:
        DogBreed, getBreed()
      • 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()