Interface BoolChoice

  • All Superinterfaces:
    Choice, EObject, Notifier
    All Known Implementing Classes:
    BoolChoiceImpl

    public interface BoolChoice
    extends Choice
    A representation of the model object 'Bool Choice'. The BoolChoice represents a choice for a DegreeOfFreedom with an bool range. So it is an indicator choice.

    The following features are supported:

    See Also:
    designdecisionPackage.getBoolChoice()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • isChosenValue

        boolean isChosenValue()
        Returns the value of the 'Chosen Value' attribute. The default value is "false".

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

        Returns:
        the value of the 'Chosen Value' attribute.
        See Also:
        setChosenValue(boolean), designdecisionPackage.getBoolChoice_ChosenValue()
        Generated class or method.
        EMF model class or method.
        default="false" dataType="org.eclipse.uml2.types.Boolean" required="true" ordered="false"
      • setChosenValue

        void setChosenValue​(boolean value)
        Sets the value of the 'Chosen Value' attribute.
        Parameters:
        value - the new value of the 'Chosen Value' attribute.
        See Also:
        isChosenValue()
        Generated class or method.