public interface IfElseExpression extends IfElse
The following features are supported:
StoexPackage.getIfElseExpression()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
BooleanExpression |
getConditionExpression()
Returns the value of the 'Condition Expression' containment reference.
|
BooleanExpression |
getElseExpression()
Returns the value of the 'Else Expression' containment reference.
|
BooleanExpression |
getIfExpression()
Returns the value of the 'If Expression' containment reference.
|
void |
setConditionExpression(BooleanExpression value)
Sets the value of the '
Condition Expression ' containment reference. |
void |
setElseExpression(BooleanExpression value)
Sets the value of the '
Else Expression ' containment reference. |
void |
setIfExpression(BooleanExpression value)
Sets the value of the '
If Expression ' containment reference. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final java.lang.String copyright
BooleanExpression getIfExpression()
If the meaning of the 'If Expression' containment reference isn't clear, there really should be more of a description here...
setIfExpression(BooleanExpression)
,
StoexPackage.getIfElseExpression_IfExpression()
void setIfExpression(BooleanExpression value)
If Expression
' containment reference. value
- the new value of the 'If Expression' containment reference.getIfExpression()
BooleanExpression getElseExpression()
If the meaning of the 'Else Expression' containment reference isn't clear, there really should be more of a description here...
setElseExpression(BooleanExpression)
,
StoexPackage.getIfElseExpression_ElseExpression()
void setElseExpression(BooleanExpression value)
Else Expression
' containment reference. value
- the new value of the 'Else Expression' containment reference.getElseExpression()
BooleanExpression getConditionExpression()
If the meaning of the 'Condition Expression' containment reference isn't clear, there really should be more of a description here...
setConditionExpression(BooleanExpression)
,
StoexPackage.getIfElseExpression_ConditionExpression()
void setConditionExpression(BooleanExpression value)
Condition Expression
' containment reference. value
- the new value of the 'Condition Expression' containment reference.getConditionExpression()