public class ErrorDetectionImpl extends NamedElementImpl implements ErrorDetection
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
copyright
Modifier and Type | Method and Description |
---|---|
Port |
basicGetDetectionReportingPort() |
ErrorBehaviorState |
basicGetState() |
org.eclipse.emf.common.notify.NotificationChain |
basicSetCondition(ConditionExpression newCondition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetErrorCode(ErrorCodeValue newErrorCode,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetInternalDetectionPort(InternalEvent newInternalDetectionPort,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetTypeTokenConstraint(TypeSet newTypeTokenConstraint,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
ConditionExpression |
getCondition() |
Port |
getDetectionReportingPort() |
ErrorCodeValue |
getErrorCode() |
InternalEvent |
getInternalDetectionPort() |
ErrorBehaviorState |
getState() |
TypeSet |
getTypeTokenConstraint() |
boolean |
isAll() |
void |
setAll(boolean newAll) |
void |
setCondition(ConditionExpression newCondition) |
void |
setDetectionReportingPort(Port newDetectionReportingPort) |
void |
setErrorCode(ErrorCodeValue newErrorCode) |
void |
setInternalDetectionPort(InternalEvent newInternalDetectionPort) |
void |
setState(ErrorBehaviorState newState) |
void |
setTypeTokenConstraint(TypeSet newTypeTokenConstraint) |
java.lang.String |
toString() |
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, isSetOwnedElements, mustBeOwned, not_own_self
getAdapter, getLocationReference, setLocationReference, setLocationReference
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
public ErrorBehaviorState getState()
getState
in interface ErrorDetection
ErrorDetection.setState(ErrorBehaviorState)
,
ErrorModelPackage.getErrorDetection_State()
public ErrorBehaviorState basicGetState()
public void setState(ErrorBehaviorState newState)
setState
in interface ErrorDetection
newState
- the new value of the 'State' reference.ErrorDetection.getState()
public TypeSet getTypeTokenConstraint()
getTypeTokenConstraint
in interface ErrorDetection
ErrorDetection.setTypeTokenConstraint(TypeSet)
,
ErrorModelPackage.getErrorDetection_TypeTokenConstraint()
public org.eclipse.emf.common.notify.NotificationChain basicSetTypeTokenConstraint(TypeSet newTypeTokenConstraint, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setTypeTokenConstraint(TypeSet newTypeTokenConstraint)
setTypeTokenConstraint
in interface ErrorDetection
newTypeTokenConstraint
- the new value of the 'Type Token Constraint' containment reference.ErrorDetection.getTypeTokenConstraint()
public boolean isAll()
isAll
in interface ErrorDetection
ErrorDetection.setAll(boolean)
,
ErrorModelPackage.getErrorDetection_All()
public void setAll(boolean newAll)
setAll
in interface ErrorDetection
newAll
- the new value of the 'All' attribute.ErrorDetection.isAll()
public ConditionExpression getCondition()
getCondition
in interface ErrorDetection
ErrorDetection.setCondition(ConditionExpression)
,
ErrorModelPackage.getErrorDetection_Condition()
public org.eclipse.emf.common.notify.NotificationChain basicSetCondition(ConditionExpression newCondition, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setCondition(ConditionExpression newCondition)
setCondition
in interface ErrorDetection
newCondition
- the new value of the 'Condition' containment reference.ErrorDetection.getCondition()
public InternalEvent getInternalDetectionPort()
getInternalDetectionPort
in interface ErrorDetection
ErrorDetection.setInternalDetectionPort(InternalEvent)
,
ErrorModelPackage.getErrorDetection_InternalDetectionPort()
public org.eclipse.emf.common.notify.NotificationChain basicSetInternalDetectionPort(InternalEvent newInternalDetectionPort, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setInternalDetectionPort(InternalEvent newInternalDetectionPort)
setInternalDetectionPort
in interface ErrorDetection
newInternalDetectionPort
- the new value of the 'Internal Detection Port' containment reference.ErrorDetection.getInternalDetectionPort()
public Port getDetectionReportingPort()
getDetectionReportingPort
in interface ErrorDetection
ErrorDetection.setDetectionReportingPort(Port)
,
ErrorModelPackage.getErrorDetection_DetectionReportingPort()
public Port basicGetDetectionReportingPort()
public void setDetectionReportingPort(Port newDetectionReportingPort)
setDetectionReportingPort
in interface ErrorDetection
newDetectionReportingPort
- the new value of the 'Detection Reporting Port' reference.ErrorDetection.getDetectionReportingPort()
public ErrorCodeValue getErrorCode()
getErrorCode
in interface ErrorDetection
ErrorDetection.setErrorCode(ErrorCodeValue)
,
ErrorModelPackage.getErrorDetection_ErrorCode()
public org.eclipse.emf.common.notify.NotificationChain basicSetErrorCode(ErrorCodeValue newErrorCode, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setErrorCode(ErrorCodeValue newErrorCode)
setErrorCode
in interface ErrorDetection
newErrorCode
- the new value of the 'Error Code' containment reference.ErrorDetection.getErrorCode()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class NamedElementImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class NamedElementImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class NamedElementImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class NamedElementImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class NamedElementImpl
public java.lang.String toString()
toString
in class NamedElementImpl