public interface CaseProcess extends ExprProcess
The following features are supported:
SsmePackage.getCaseProcess()
Modifier and Type | Method and Description |
---|---|
ExprProcess |
getElseCase()
Returns the value of the 'Else Case' containment reference
|
Identifier |
getIdentifier()
Returns the value of the 'Identifier' containment reference
|
org.eclipse.emf.common.util.EList<CaseBranch> |
getListCaseBranch()
Returns the value of the 'List Case Branch' containment reference list.
|
void |
setElseCase(ExprProcess value)
Sets the value of the '
Else Case ' containment reference |
void |
setIdentifier(Identifier value)
Sets the value of the '
Identifier ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
Identifier getIdentifier()
If the meaning of the 'Identifier' containment reference isn't clear, there really should be more of a description here...
setIdentifier(Identifier)
,
SsmePackage.getCaseProcess_Identifier()
void setIdentifier(Identifier value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
org.eclipse.emf.common.util.EList<CaseBranch> getListCaseBranch()
CaseBranch
.
If the meaning of the 'List Case Branch' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getCaseProcess_ListCaseBranch()
ExprProcess getElseCase()
If the meaning of the 'Else Case' containment reference isn't clear, there really should be more of a description here...
setElseCase(ExprProcess)
,
SsmePackage.getCaseProcess_ElseCase()
void setElseCase(ExprProcess value)
Else Case
' containment reference.
value
- the new value of the 'Else Case' containment reference.getElseCase()