Interface Alternative

    • Method Detail

      • getLeftOption

        Option getLeftOption()
        Returns the value of the 'Left Option' containment reference.

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

        Returns:
        the value of the 'Left Option' containment reference.
        See Also:
        setLeftOption(Option), ExpressionPackage.getAlternative_LeftOption()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true"
      • setLeftOption

        void setLeftOption​(Option value)
        Sets the value of the ' Left Option' containment reference.
        Parameters:
        value - the new value of the 'Left Option' containment reference.
        See Also:
        getLeftOption()
        Generated class or method.
      • getRightOption

        Option getRightOption()
        Returns the value of the 'Right Option' containment reference.

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

        Returns:
        the value of the 'Right Option' containment reference.
        See Also:
        setRightOption(Option), ExpressionPackage.getAlternative_RightOption()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true"
      • setRightOption

        void setRightOption​(Option value)
        Sets the value of the ' Right Option' containment reference.
        Parameters:
        value - the new value of the 'Right Option' containment reference.
        See Also:
        getRightOption()
        Generated class or method.