public interface CaseBranch extends SignalElement
The following features are supported:
SsmePackage.getCaseBranch()
Modifier and Type | Method and Description |
---|---|
CaseExprEnumeration |
getEnumerationValues()
Returns the value of the 'Enumeration Values' containment reference
|
ExprProcess |
getExprProcess()
Returns the value of the 'Expr Process' containment reference
|
void |
setEnumerationValues(CaseExprEnumeration value)
Sets the value of the '
Enumeration Values ' containment reference |
void |
setExprProcess(ExprProcess value)
Sets the value of the '
Expr Process ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
CaseExprEnumeration getEnumerationValues()
If the meaning of the 'Enumeration Values' containment reference isn't clear, there really should be more of a description here...
setEnumerationValues(CaseExprEnumeration)
,
SsmePackage.getCaseBranch_EnumerationValues()
void setEnumerationValues(CaseExprEnumeration value)
Enumeration Values
' containment reference.
value
- the new value of the 'Enumeration Values' containment reference.getEnumerationValues()
ExprProcess getExprProcess()
If the meaning of the 'Expr Process' containment reference isn't clear, there really should be more of a description here...
setExprProcess(ExprProcess)
,
SsmePackage.getCaseBranch_ExprProcess()
void setExprProcess(ExprProcess value)
Expr Process
' containment reference.
value
- the new value of the 'Expr Process' containment reference.getExprProcess()