public interface IfExpCS extends OCLExpressionCS
The following features are supported:
CSTPackage.getIfExpCS()| Modifier and Type | Method and Description |
|---|---|
OCLExpressionCS |
getCondition()
Returns the value of the 'Condition' containment reference.
|
OCLExpressionCS |
getElseExpression()
Returns the value of the 'Else Expression' containment reference.
|
OCLExpressionCS |
getThenExpression()
Returns the value of the 'Then Expression' containment reference.
|
void |
setCondition(OCLExpressionCS value)
Sets the value of the '
Condition' containment reference. |
void |
setElseExpression(OCLExpressionCS value)
Sets the value of the '
Else Expression' containment reference. |
void |
setThenExpression(OCLExpressionCS value)
Sets the value of the '
Then Expression' containment reference. |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenOCLExpressionCS getThenExpression()
If the meaning of the 'Then Expression' containment reference isn't clear, there really should be more of a description here...
setThenExpression(OCLExpressionCS),
CSTPackage.getIfExpCS_ThenExpression()void setThenExpression(OCLExpressionCS value)
Then Expression' containment reference.
value - the new value of the 'Then Expression' containment reference.getThenExpression()OCLExpressionCS getElseExpression()
If the meaning of the 'Else Expression' containment reference isn't clear, there really should be more of a description here...
setElseExpression(OCLExpressionCS),
CSTPackage.getIfExpCS_ElseExpression()void setElseExpression(OCLExpressionCS value)
Else Expression' containment reference.
value - the new value of the 'Else Expression' containment reference.getElseExpression()OCLExpressionCS getCondition()
If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...
setCondition(OCLExpressionCS),
CSTPackage.getIfExpCS_Condition()void setCondition(OCLExpressionCS value)
Condition' containment reference.
value - the new value of the 'Condition' containment reference.getCondition()Copyright © 2015 Open eHealth Foundation. All rights reserved.