public interface CompositeState extends org.eclipse.emf.ecore.EObject, Element
The following features are supported:
Modifier and Type | Method and Description |
---|---|
ConditionExpression |
getCondition()
Returns the value of the 'Condition' containment reference.
|
ErrorBehaviorState |
getState()
Returns the value of the 'State' reference.
|
TypeToken |
getTypedToken()
Returns the value of the 'Typed Token' containment reference.
|
boolean |
isOthers()
Returns the value of the 'Others' attribute.
|
void |
setCondition(ConditionExpression value)
Sets the value of the '
Condition ' containment reference. |
void |
setOthers(boolean value)
Sets the value of the '
Others ' attribute. |
void |
setState(ErrorBehaviorState value)
Sets the value of the '
State ' reference. |
void |
setTypedToken(TypeToken value)
Sets the value of the '
Typed Token ' containment reference. |
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
ConditionExpression getCondition()
If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...
setCondition(ConditionExpression)
,
ErrorModelPackage.getCompositeState_Condition()
void setCondition(ConditionExpression value)
Condition
' containment reference.
value
- the new value of the 'Condition' containment reference.getCondition()
boolean isOthers()
If the meaning of the 'Others' attribute isn't clear, there really should be more of a description here...
setOthers(boolean)
,
ErrorModelPackage.getCompositeState_Others()
void setOthers(boolean value)
Others
' attribute.
value
- the new value of the 'Others' attribute.isOthers()
ErrorBehaviorState getState()
If the meaning of the 'State' reference isn't clear, there really should be more of a description here...
setState(ErrorBehaviorState)
,
ErrorModelPackage.getCompositeState_State()
void setState(ErrorBehaviorState value)
State
' reference.
value
- the new value of the 'State' reference.getState()
TypeToken getTypedToken()
If the meaning of the 'Typed Token' containment reference isn't clear, there really should be more of a description here...
setTypedToken(TypeToken)
,
ErrorModelPackage.getCompositeState_TypedToken()
void setTypedToken(TypeToken value)
Typed Token
' containment reference.
value
- the new value of the 'Typed Token' containment reference.getTypedToken()