org.eclipse.tptp.symptom.eventwrappers
Class ContextDataElementImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.hyades.logging.events.cbe.impl.SerializableImpl
org.eclipse.hyades.logging.events.cbe.impl.ContextDataElementImpl
org.eclipse.tptp.symptom.eventwrappers.ContextDataElementImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, ContextDataElement
public class ContextDataElementImpl
- extends ContextDataElementImpl
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter> |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
org.eclipse.emf.ecore.InternalEObject.EStore |
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
ELAST_EOBJECT_FLAG |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
EOPPOSITE_FEATURE_BASE |
|
Method Summary |
org.eclipse.emf.common.util.EList |
eAdapters()
|
org.eclipse.emf.common.util.TreeIterator |
eAllContents()
|
org.eclipse.emf.ecore.EObject |
eContainer()
|
org.eclipse.emf.ecore.EStructuralFeature |
eContainingFeature()
|
org.eclipse.emf.ecore.EReference |
eContainmentFeature()
|
org.eclipse.emf.common.util.EList |
eContents()
|
org.eclipse.emf.common.util.EList |
eCrossReferences()
|
boolean |
eDeliver()
|
boolean |
eIsProxy()
|
boolean |
eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
void |
eNotify(org.eclipse.emf.common.notify.Notification notification)
|
org.eclipse.emf.ecore.resource.Resource |
eResource()
|
void |
eSet(org.eclipse.emf.ecore.EStructuralFeature feature,
java.lang.Object newValue)
|
void |
eSetDeliver(boolean deliver)
|
void |
eUnset(org.eclipse.emf.ecore.EStructuralFeature feature)
|
java.lang.String |
getContextId()
|
java.lang.String |
getContextValue()
|
java.lang.String |
getName()
|
java.lang.String |
getType()
|
void |
init()
Resets the object's properties to their initial (e.g. null) state. |
void |
setContextId(java.lang.String value)
|
void |
setContextValue(java.lang.String value)
|
void |
setName(java.lang.String value)
|
void |
setType(java.lang.String value)
|
void |
validate()
Checks whether the contents of the instance conform to the Common Base Event
specification as described in "Canonical Situation Data Format: The Common Base Event
V1.0.1". |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eClass, eContainerFeatureID, eInternalContainer, eSetClass, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContains, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
eNotificationRequired |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eClass, eGet |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
eNotificationRequired |
ContextDataElementImpl
public ContextDataElementImpl(CBEContextDataElement cde)
getContextId
public java.lang.String getContextId()
- Description copied from class:
ContextDataElementImpl
-
- Specified by:
getContextId in interface ContextDataElement- Overrides:
getContextId in class ContextDataElementImpl
- Returns:
- the value of the 'Context Id' attribute.
- See Also:
ContextDataElement.setContextId(String),
EventPackage.getContextDataElement_ContextId()
setContextId
public void setContextId(java.lang.String value)
- Description copied from class:
ContextDataElementImpl
-
- Specified by:
setContextId in interface ContextDataElement- Overrides:
setContextId in class ContextDataElementImpl
- Parameters:
value - the new value of the 'Context Id' attribute.- See Also:
ContextDataElement.getContextId()
getContextValue
public java.lang.String getContextValue()
- Description copied from class:
ContextDataElementImpl
-
- Specified by:
getContextValue in interface ContextDataElement- Overrides:
getContextValue in class ContextDataElementImpl
- Returns:
- the value of the 'Context Value' attribute.
- See Also:
ContextDataElement.setContextValue(String),
EventPackage.getContextDataElement_ContextValue()
setContextValue
public void setContextValue(java.lang.String value)
- Description copied from class:
ContextDataElementImpl
-
- Specified by:
setContextValue in interface ContextDataElement- Overrides:
setContextValue in class ContextDataElementImpl
- Parameters:
value - the new value of the 'Context Value' attribute.- See Also:
ContextDataElement.getContextValue()
getName
public java.lang.String getName()
- Description copied from class:
ContextDataElementImpl
-
- Specified by:
getName in interface ContextDataElement- Overrides:
getName in class ContextDataElementImpl
- Returns:
- the value of the 'Name' attribute.
- See Also:
ContextDataElement.setName(String),
EventPackage.getContextDataElement_Name()
setName
public void setName(java.lang.String value)
- Description copied from class:
ContextDataElementImpl
-
- Specified by:
setName in interface ContextDataElement- Overrides:
setName in class ContextDataElementImpl
- Parameters:
value - the new value of the 'Name' attribute.- See Also:
ContextDataElement.getName()
getType
public java.lang.String getType()
- Description copied from class:
ContextDataElementImpl
-
- Specified by:
getType in interface ContextDataElement- Overrides:
getType in class ContextDataElementImpl
- Returns:
- the value of the 'Type' attribute.
- See Also:
ContextDataElement.setType(String),
EventPackage.getContextDataElement_Type()
setType
public void setType(java.lang.String value)
- Description copied from class:
ContextDataElementImpl
-
- Specified by:
setType in interface ContextDataElement- Overrides:
setType in class ContextDataElementImpl
- Parameters:
value - the new value of the 'Type' attribute.- See Also:
ContextDataElement.getType()
validate
public void validate()
- Description copied from class:
ContextDataElementImpl
- Checks whether the contents of the instance conform to the Common Base Event
specification as described in "Canonical Situation Data Format: The Common Base Event
V1.0.1".
- Specified by:
validate in interface ContextDataElement- Overrides:
validate in class ContextDataElementImpl
init
public void init()
- Description copied from class:
ContextDataElementImpl
- Resets the object's properties to their initial (e.g. null) state.
All components are initialized to either zero or null.
- Specified by:
init in interface ContextDataElement- Overrides:
init in class ContextDataElementImpl
eResource
public org.eclipse.emf.ecore.resource.Resource eResource()
- Specified by:
eResource in interface org.eclipse.emf.ecore.EObject- Overrides:
eResource in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eContainer
public org.eclipse.emf.ecore.EObject eContainer()
- Specified by:
eContainer in interface org.eclipse.emf.ecore.EObject- Overrides:
eContainer in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eContainingFeature
public org.eclipse.emf.ecore.EStructuralFeature eContainingFeature()
- Specified by:
eContainingFeature in interface org.eclipse.emf.ecore.EObject- Overrides:
eContainingFeature in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eContainmentFeature
public org.eclipse.emf.ecore.EReference eContainmentFeature()
- Specified by:
eContainmentFeature in interface org.eclipse.emf.ecore.EObject- Overrides:
eContainmentFeature in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eContents
public org.eclipse.emf.common.util.EList eContents()
- Specified by:
eContents in interface org.eclipse.emf.ecore.EObject- Overrides:
eContents in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents
public org.eclipse.emf.common.util.TreeIterator eAllContents()
- Specified by:
eAllContents in interface org.eclipse.emf.ecore.EObject- Overrides:
eAllContents in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eIsProxy
public boolean eIsProxy()
- Specified by:
eIsProxy in interface org.eclipse.emf.ecore.EObject- Overrides:
eIsProxy in class org.eclipse.emf.ecore.impl.EObjectImpl
eCrossReferences
public org.eclipse.emf.common.util.EList eCrossReferences()
- Specified by:
eCrossReferences in interface org.eclipse.emf.ecore.EObject- Overrides:
eCrossReferences in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eSet
public void eSet(org.eclipse.emf.ecore.EStructuralFeature feature,
java.lang.Object newValue)
- Description copied from class:
ContextDataElementImpl
-
- Specified by:
eSet in interface org.eclipse.emf.ecore.EObject- Overrides:
eSet in class ContextDataElementImpl
eIsSet
public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
- Description copied from class:
ContextDataElementImpl
-
- Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject- Overrides:
eIsSet in class ContextDataElementImpl
eUnset
public void eUnset(org.eclipse.emf.ecore.EStructuralFeature feature)
- Description copied from class:
ContextDataElementImpl
-
- Specified by:
eUnset in interface org.eclipse.emf.ecore.EObject- Overrides:
eUnset in class ContextDataElementImpl
eAdapters
public org.eclipse.emf.common.util.EList eAdapters()
- Specified by:
eAdapters in interface org.eclipse.emf.common.notify.Notifier- Overrides:
eAdapters in class org.eclipse.emf.ecore.impl.EObjectImpl
eDeliver
public boolean eDeliver()
- Specified by:
eDeliver in interface org.eclipse.emf.common.notify.Notifier- Overrides:
eDeliver in class org.eclipse.emf.ecore.impl.EObjectImpl
eSetDeliver
public void eSetDeliver(boolean deliver)
- Specified by:
eSetDeliver in interface org.eclipse.emf.common.notify.Notifier- Overrides:
eSetDeliver in class org.eclipse.emf.ecore.impl.EObjectImpl
eNotify
public void eNotify(org.eclipse.emf.common.notify.Notification notification)
- Specified by:
eNotify in interface org.eclipse.emf.common.notify.Notifier- Overrides:
eNotify in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl