|
||||||||||
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 | |
---|---|
ElsIfPart |
getElseIf()
Returns the value of the 'Else If' containment reference. |
ElsePart |
getElsePart()
Returns the value of the 'Else Part' containment reference. |
DataExpr |
getExpr()
Returns the value of the 'Expr' containment reference. |
ThenPart |
getThenPart()
Returns the value of the 'Then Part' containment reference. |
void |
setElseIf(ElsIfPart value)
Sets the value of the ' Else If ' containment reference. |
void |
setElsePart(ElsePart value)
Sets the value of the ' Else Part ' containment reference. |
void |
setExpr(DataExpr value)
Sets the value of the ' Expr ' containment reference. |
void |
setThenPart(ThenPart value)
Sets the value of the ' Then Part ' containment reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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 getThenPart()
If the meaning of the 'Then Part' containment reference isn't clear, there really should be more of a description here...
setThenPart(ThenPart)
,
EsterelPackage.getIfTest_ThenPart()
containment | = | true |
void setThenPart(ThenPart value)
Then Part
' containment reference.
value
- the new value of the 'Then Part' containment reference.getThenPart()
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 getElsePart()
If the meaning of the 'Else Part' containment reference isn't clear, there really should be more of a description here...
setElsePart(ElsePart)
,
EsterelPackage.getIfTest_ElsePart()
containment | = | true |
void setElsePart(ElsePart value)
Else Part
' containment reference.
value
- the new value of the 'Else Part' containment reference.getElsePart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |