|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IfTest
A representation of the model object 'If Test'.
The following features are supported:
EsterelPackage.getIfTest()
Method Summary | |
---|---|
ElsePart |
getElse()
Returns the value of the 'Else' containment reference. |
ElsIfPart |
getElseIf()
Returns the value of the 'Else If' containment reference. |
DataExpr |
getExpr()
Returns the value of the 'Expr' containment reference. |
ThenPart |
getThen()
Returns the value of the 'Then' containment reference. |
void |
setElse(ElsePart value)
Sets the value of the ' Else ' containment reference. |
void |
setElseIf(ElsIfPart value)
Sets the value of the ' Else If ' containment reference. |
void |
setExpr(DataExpr value)
Sets the value of the ' Expr ' containment reference. |
void |
setThen(ThenPart value)
Sets the value of the ' Then ' containment reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
DataExpr getExpr()
If the meaning of the 'Expr' containment reference isn't clear, there really should be more of a description here...
setExpr(DataExpr)
,
EsterelPackage.getIfTest_Expr()
containment | = | true |
void setExpr(DataExpr value)
Expr
' containment reference.
value
- the new value of the 'Expr' containment reference.getExpr()
ThenPart getThen()
If the meaning of the 'Then' containment reference isn't clear, there really should be more of a description here...
setThen(ThenPart)
,
EsterelPackage.getIfTest_Then()
containment | = | true |
void setThen(ThenPart value)
Then
' containment reference.
value
- the new value of the 'Then' containment reference.getThen()
ElsIfPart getElseIf()
If the meaning of the 'Else If' containment reference isn't clear, there really should be more of a description here...
setElseIf(ElsIfPart)
,
EsterelPackage.getIfTest_ElseIf()
containment | = | true |
void setElseIf(ElsIfPart value)
Else If
' containment reference.
value
- the new value of the 'Else If' containment reference.getElseIf()
ElsePart getElse()
If the meaning of the 'Else' containment reference isn't clear, there really should be more of a description here...
setElse(ElsePart)
,
EsterelPackage.getIfTest_Else()
containment | = | true |
void setElse(ElsePart value)
Else
' containment reference.
value
- the new value of the 'Else' containment reference.getElse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |