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
|
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()
If the meaning of the 'If' containment reference isn't clear, there really should be more of a description here...
setIf(XExpression)
,
XbasePackage.getXIfExpression_If()
void setIf(XExpression value)
If
' containment reference.
value
- the new value of the 'If' containment reference.getIf()
XExpression getThen()
If the meaning of the 'Then' containment reference isn't clear, there really should be more of a description here...
setThen(XExpression)
,
XbasePackage.getXIfExpression_Then()
void setThen(XExpression value)
Then
' containment reference.
value
- the new value of the 'Then' containment reference.getThen()
XExpression getElse()
If the meaning of the 'Else' containment reference isn't clear, there really should be more of a description here...
setElse(XExpression)
,
XbasePackage.getXIfExpression_Else()
void setElse(XExpression value)
Else
' containment reference.
value
- the new value of the 'Else' containment reference.getElse()