public interface SwitchCase extends MinorSyntaxObject
The following features are supported:
GASTMPackage.getSwitchCase()| Modifier and Type | Method and Description |
|---|---|
|
getBody()
Returns the value of the 'Body' reference list.
|
java.lang.Boolean |
getIsEvaluateAllCases()
Returns the value of the 'Is Evaluate All Cases' attribute.
|
void |
setIsEvaluateAllCases(java.lang.Boolean value)
Sets the value of the '
Is Evaluate All Cases' attribute. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfojava.lang.Boolean getIsEvaluateAllCases()
If the meaning of the 'Is Evaluate All Cases' attribute isn't clear, there really should be more of a description here...
setIsEvaluateAllCases(Boolean),
GASTMPackage.getSwitchCase_IsEvaluateAllCases()void setIsEvaluateAllCases(java.lang.Boolean value)
Is Evaluate All Cases' attribute.
value - the new value of the 'Is Evaluate All Cases' attribute.getIsEvaluateAllCases()getBody()
Statement.
If the meaning of the 'Body' reference list isn't clear, there really should be more of a description here...
GASTMPackage.getSwitchCase_Body()