|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IfElseExpression
A representation of the model object 'If Else Expression'.
The following features are supported:
StoexPackage.getIfElseExpression()
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final String copyright
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |