public interface ErrorPath extends ErrorFlow
The following features are supported:
ErrorModelPackage.getErrorPath()
Modifier and Type | Method and Description |
---|---|
ErrorPropagation |
getIncoming()
Returns the value of the 'Incoming' reference.
|
ErrorPropagation |
getOutgoing()
Returns the value of the 'Outgoing' reference.
|
TypeToken |
getTargetToken()
Returns the value of the 'Target Token' containment reference.
|
TypeMappingSet |
getTypeMappingSet()
Returns the value of the 'Type Mapping Set' reference.
|
boolean |
isAll()
Returns the value of the 'All' attribute.
|
void |
setAll(boolean value)
Sets the value of the '
All ' attribute. |
void |
setIncoming(ErrorPropagation value)
Sets the value of the '
Incoming ' reference. |
void |
setOutgoing(ErrorPropagation value)
Sets the value of the '
Outgoing ' reference. |
void |
setTargetToken(TypeToken value)
Sets the value of the '
Target Token ' containment reference. |
void |
setTypeMappingSet(TypeMappingSet value)
Sets the value of the '
Type Mapping Set ' reference. |
getTypeTokenConstraint, setTypeTokenConstraint
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
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
ErrorPropagation getIncoming()
If the meaning of the 'Incoming' reference isn't clear, there really should be more of a description here...
setIncoming(ErrorPropagation)
,
ErrorModelPackage.getErrorPath_Incoming()
void setIncoming(ErrorPropagation value)
Incoming
' reference.
value
- the new value of the 'Incoming' reference.getIncoming()
ErrorPropagation getOutgoing()
If the meaning of the 'Outgoing' reference isn't clear, there really should be more of a description here...
setOutgoing(ErrorPropagation)
,
ErrorModelPackage.getErrorPath_Outgoing()
void setOutgoing(ErrorPropagation value)
Outgoing
' reference.
value
- the new value of the 'Outgoing' reference.getOutgoing()
boolean isAll()
If the meaning of the 'All' attribute isn't clear, there really should be more of a description here...
setAll(boolean)
,
ErrorModelPackage.getErrorPath_All()
void setAll(boolean value)
All
' attribute.
value
- the new value of the 'All' attribute.isAll()
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.getErrorPath_TargetToken()
void setTargetToken(TypeToken value)
Target Token
' containment reference.
value
- the new value of the 'Target Token' containment reference.getTargetToken()
TypeMappingSet getTypeMappingSet()
If the meaning of the 'Type Mapping Set' reference isn't clear, there really should be more of a description here...
setTypeMappingSet(TypeMappingSet)
,
ErrorModelPackage.getErrorPath_TypeMappingSet()
void setTypeMappingSet(TypeMappingSet value)
Type Mapping Set
' reference.
value
- the new value of the 'Type Mapping Set' reference.getTypeMappingSet()