public interface XIfExpression extends XExpression
XbasePackage.getXIfExpression()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
XExpression |
getElse()
Returns the value of the 'Else' containment reference.
|
XExpression |
getIf()
Returns the value of the 'If' containment reference.
|
XExpression |
getThen()
Returns the value of the 'Then' containment reference.
|
boolean |
isConditionalExpression()
Returns the value of the 'Conditional Expression' attribute.
|
void |
setConditionalExpression(boolean value)
Sets the value of the '
Conditional Expression' attribute. |
void |
setElse(XExpression value)
Sets the value of the '
Else' containment reference. |
void |
setIf(XExpression value)
Sets the value of the '
If' containment reference. |
void |
setThen(XExpression value)
Sets the value of the '
Then' containment reference. |
XExpression getIf()
setIf(XExpression),
XbasePackage.getXIfExpression_If()void setIf(XExpression value)
If' containment reference.
value - the new value of the 'If' containment reference.getIf()XExpression getThen()
setThen(XExpression),
XbasePackage.getXIfExpression_Then()void setThen(XExpression value)
Then' containment reference.
value - the new value of the 'Then' containment reference.getThen()XExpression getElse()
setElse(XExpression),
XbasePackage.getXIfExpression_Else()void setElse(XExpression value)
Else' containment reference.
value - the new value of the 'Else' containment reference.getElse()boolean isConditionalExpression()
setConditionalExpression(boolean),
XbasePackage.getXIfExpression_ConditionalExpression()void setConditionalExpression(boolean value)
Conditional Expression' attribute.
value - the new value of the 'Conditional Expression' attribute.isConditionalExpression()