public interface Case extends Statement
The following features are supported:
StPackage.getCase()| Modifier and Type | Method and Description |
|---|---|
EList<CaseElement> |
getContainsCaseElement()
Returns the value of the 'Contains Case Element' containment reference list.
|
Expression |
getHasCaseExpression()
Returns the value of the 'Has Case Expression' reference.
|
StatementList |
getHasDefaultPart()
Returns the value of the 'Has Default Part' reference.
|
void |
setHasCaseExpression(Expression value)
Sets the value of the '
Has Case Expression' reference. |
void |
setHasDefaultPart(StatementList value)
Sets the value of the '
Has Default Part' reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverExpression getHasCaseExpression()
If the meaning of the 'Has Case Expression' reference isn't clear, there really should be more of a description here...
setHasCaseExpression(Expression),
StPackage.getCase_HasCaseExpression()void setHasCaseExpression(Expression value)
Has Case Expression' reference.
value - the new value of the 'Has Case Expression' reference.getHasCaseExpression()EList<CaseElement> getContainsCaseElement()
CaseElement.
If the meaning of the 'Contains Case Element' containment reference list isn't clear, there really should be more of a description here...
StPackage.getCase_ContainsCaseElement()StatementList getHasDefaultPart()
If the meaning of the 'Has Default Part' reference isn't clear, there really should be more of a description here...
setHasDefaultPart(StatementList),
StPackage.getCase_HasDefaultPart()void setHasDefaultPart(StatementList value)
Has Default Part' reference.
value - the new value of the 'Has Default Part' reference.getHasDefaultPart()