public interface ErrorPropagation extends NamedElement, EventOrPropagation
The following features are supported:
Modifier and Type | Method and Description |
---|---|
DirectionType |
getDirection()
Returns the value of the 'Direction' attribute.
|
Feature |
getFeature()
Returns the value of the 'Feature' reference.
|
java.lang.String |
getKind()
Returns the value of the 'Kind' attribute.
|
TypeSet |
getTypeSet()
Returns the value of the 'Type Set' containment reference.
|
boolean |
isNot()
Returns the value of the 'Not' attribute.
|
boolean |
isObservable()
Returns the value of the 'Observable' attribute.
|
void |
setDirection(DirectionType value)
Sets the value of the '
Direction ' attribute. |
void |
setFeature(Feature value)
Sets the value of the '
Feature ' reference. |
void |
setKind(java.lang.String value)
Sets the value of the '
Kind ' attribute. |
void |
setNot(boolean value)
Sets the value of the '
Not ' attribute. |
void |
setObservable(boolean value)
Sets the value of the '
Observable ' attribute. |
void |
setTypeSet(TypeSet value)
Sets the value of the '
Type Set ' containment reference. |
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
boolean isObservable()
If the meaning of the 'Observable' attribute isn't clear, there really should be more of a description here...
setObservable(boolean)
,
ErrorModelPackage.getErrorPropagation_Observable()
void setObservable(boolean value)
Observable
' attribute.
value
- the new value of the 'Observable' attribute.isObservable()
java.lang.String getKind()
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
setKind(String)
,
ErrorModelPackage.getErrorPropagation_Kind()
void setKind(java.lang.String value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.getKind()
Feature getFeature()
If the meaning of the 'Feature' reference isn't clear, there really should be more of a description here...
setFeature(Feature)
,
ErrorModelPackage.getErrorPropagation_Feature()
void setFeature(Feature value)
Feature
' reference.
value
- the new value of the 'Feature' reference.getFeature()
boolean isNot()
If the meaning of the 'Not' attribute isn't clear, there really should be more of a description here...
setNot(boolean)
,
ErrorModelPackage.getErrorPropagation_Not()
void setNot(boolean value)
Not
' attribute.
value
- the new value of the 'Not' attribute.isNot()
DirectionType getDirection()
DirectionType
.
If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...
DirectionType
,
setDirection(DirectionType)
,
ErrorModelPackage.getErrorPropagation_Direction()
void setDirection(DirectionType value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.DirectionType
,
getDirection()
TypeSet getTypeSet()
If the meaning of the 'Type Set' containment reference isn't clear, there really should be more of a description here...
setTypeSet(TypeSet)
,
ErrorModelPackage.getErrorPropagation_TypeSet()
void setTypeSet(TypeSet value)
Type Set
' containment reference.
value
- the new value of the 'Type Set' containment reference.getTypeSet()