Interface IfElseExpression

    • Method Detail

      • getIfExpression

        BooleanExpression getIfExpression()
        Returns the value of the 'If Expression' containment reference.

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

        Returns:
        the value of the 'If Expression' containment reference.
        See Also:
        setIfExpression(BooleanExpression), StoexPackage.getIfElseExpression_IfExpression()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true" ordered="false"
      • setIfExpression

        void setIfExpression​(BooleanExpression value)
        Sets the value of the 'If Expression' containment reference.
        Parameters:
        value - the new value of the 'If Expression' containment reference.
        See Also:
        getIfExpression()
        Generated class or method.
      • getElseExpression

        BooleanExpression getElseExpression()
        Returns the value of the 'Else Expression' containment reference.

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

        Returns:
        the value of the 'Else Expression' containment reference.
        See Also:
        setElseExpression(BooleanExpression), StoexPackage.getIfElseExpression_ElseExpression()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true" ordered="false"
      • setElseExpression

        void setElseExpression​(BooleanExpression value)
        Sets the value of the 'Else Expression' containment reference.
        Parameters:
        value - the new value of the 'Else Expression' containment reference.
        See Also:
        getElseExpression()
        Generated class or method.