Interface Choice

    • Method Detail

      • isActive

        boolean isActive()
        Returns the value of the 'Is Active' attribute. The default value is "true".

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

        Returns:
        the value of the 'Is Active' attribute.
        See Also:
        setIsActive(boolean), designdecisionPackage.getChoice_IsActive()
        Generated class or method.
        EMF model class or method.
        default="true" required="true" ordered="false"
      • setIsActive

        void setIsActive​(boolean value)
        Sets the value of the 'Is Active' attribute.
        Parameters:
        value - the new value of the 'Is Active' attribute.
        See Also:
        isActive()
        Generated class or method.
      • getValue

        Object getValue()
        Returns the value of the 'Value' attribute.

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

        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(Object), designdecisionPackage.getChoice_Value()
        Generated class or method.
        EMF model class or method.
        required="true" transient="true" volatile="true" derived="true" ordered="false"
      • setValue

        void setValue​(Object value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
        Generated class or method.