Interface EnumCharacteristicType

    • Method Detail

      • setMultipleChoice

        void setMultipleChoice​(boolean value)
        Sets the value of the 'Multiple Choice' attribute.
        Parameters:
        value - the new value of the 'Multiple Choice' attribute.
        See Also:
        isMultipleChoice()
        Generated class or method.
      • setEnum

        void setEnum​(Enumeration value)
        Sets the value of the 'Enum' reference.
        Parameters:
        value - the new value of the 'Enum' reference.
        See Also:
        getEnum()
        Generated class or method.
      • hasCompatibleValueRange

        boolean hasCompatibleValueRange​(CharacteristicType characteristicType)
        Specified by:
        hasCompatibleValueRange in interface CharacteristicType
        Generated class or method.
        EMF model class or method.
        required="true" characteristicTypeRequired="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL body='multipleChoice = characteristicType.oclAsType(EnumCharacteristicType).multipleChoice and\nenum = characteristicType.oclAsType(EnumCharacteristicType).enum'"