Interface Role

    • Method Detail

      • isNot

        boolean isNot()
        Returns the value of the 'Not' attribute.

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

        Returns:
        the value of the 'Not' attribute.
        See Also:
        setNot(boolean), QualityEffectSpecificationPackage.getRole_Not()
        Generated class or method.
        EMF model class or method.
      • setNot

        void setNot​(boolean value)
        Sets the value of the 'Not' attribute.
        Parameters:
        value - the new value of the 'Not' attribute.
        See Also:
        isNot()
        Generated class or method.
      • setType

        void setType​(RoleType value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        RoleType, getType()
        Generated class or method.
      • getProperties

        EList<RoleProperty> getProperties()
        Returns the value of the 'Properties' containment reference list. The list contents are of type RoleProperty.

        If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Properties' containment reference list.
        See Also:
        QualityEffectSpecificationPackage.getRole_Properties()
        Generated class or method.
        EMF model class or method.
        containment="true"