public interface TransitionBranch extends org.eclipse.emf.ecore.EObject, Element
The following features are supported:
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorState |
getTarget()
Returns the value of the 'Target' reference.
|
TypeToken |
getTargetToken()
Returns the value of the 'Target Token' containment reference.
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute.
|
boolean |
isMask()
Returns the value of the 'Mask' attribute.
|
void |
setMask(boolean value)
Sets the value of the '
Mask ' attribute. |
void |
setTarget(ErrorBehaviorState value)
Sets the value of the '
Target ' reference. |
void |
setTargetToken(TypeToken value)
Sets the value of the '
Target Token ' containment reference. |
void |
setValue(java.lang.String value)
Sets the value of the '
Value ' attribute. |
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
ErrorBehaviorState getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(ErrorBehaviorState)
,
ErrorModelPackage.getTransitionBranch_Target()
void setTarget(ErrorBehaviorState value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
TypeToken getTargetToken()
If the meaning of the 'Target Token' containment reference isn't clear, there really should be more of a description here...
setTargetToken(TypeToken)
,
ErrorModelPackage.getTransitionBranch_TargetToken()
void setTargetToken(TypeToken value)
Target Token
' containment reference.
value
- the new value of the 'Target Token' containment reference.getTargetToken()
boolean isMask()
If the meaning of the 'Mask' attribute isn't clear, there really should be more of a description here...
setMask(boolean)
,
ErrorModelPackage.getTransitionBranch_Mask()
void setMask(boolean value)
Mask
' attribute.
value
- the new value of the 'Mask' attribute.isMask()
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
ErrorModelPackage.getTransitionBranch_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()