org.eclipse.emf.cdo.etypes.impl
Class AnnotationImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.EStoreEObjectImpl
org.eclipse.emf.internal.cdo.CDOObjectImpl
org.eclipse.emf.cdo.etypes.impl.ModelElementImpl
org.eclipse.emf.cdo.etypes.impl.AnnotationImpl
- All Implemented Interfaces:
- CDOObject, CDOWithID, CDOPackageTypeRegistry.CDOObjectMarker, Annotation, ModelElement, Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, InternalCDOLoadable, InternalCDOObject
- public class AnnotationImpl
- extends ModelElementImpl
- implements Annotation
An implementation of the model object 'Annotation'.
- Since:
- 4.0
- Generated
- No Extend
- This interface is not intended to be extended by clients.
The following features are implemented:
Methods inherited from class org.eclipse.emf.internal.cdo.CDOObjectImpl |
cdoBasicSettings, cdoConflict, cdoDirectResource, cdoID, cdoInternalDynamicFeature, cdoInternalInstance, cdoInternalPostAttach, cdoInternalPostDetach, cdoInternalPostInvalidate, cdoInternalPostLoad, cdoInternalPostRollback, cdoInternalPreCommit, cdoInternalPreLoad, cdoInternalSetID, cdoInternalSetResource, cdoInternalSetRevision, cdoInternalSetState, cdoInternalSetView, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoSettings, cdoState, cdoView, cdoWriteLock, cdoWriteOption, createFeatureMap, createList, createLock, createMap, createUnorderedList, dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicSetContainer, eBasicSetContainer, eContainerFeatureID, eDirectResource, eDynamicIsSet, eInitializeContainer, eInternalContainer, eInternalResource, eIsCaching, equals, eSetDirectResource, eSetResource, eStore, getLockState, hashCode, instanceToRevisionFeature, revisionToInstanceFeature, toString |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eGet, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSet, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from interface org.eclipse.emf.cdo.CDOObject |
cdoConflict, cdoDirectResource, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
eBaseStructuralFeatureID, eBasicRemoveFromContainer, eDerivedOperationID, eDerivedStructuralFeatureID, eGet, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSet, eSetClass, eSetProxyURI, eSetStore, eSetting, eUnset, eURIFragmentSegment |
AnnotationImpl
protected AnnotationImpl()
-
- Generated
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class ModelElementImpl
- Generated
getSource
public String getSource()
-
- Specified by:
getSource
in interface Annotation
- Returns:
- the value of the 'Source' attribute.
- See Also:
Annotation.setSource(String)
,
EtypesPackage.getAnnotation_Source()
- Generated
setSource
public void setSource(String newSource)
-
- Specified by:
setSource
in interface Annotation
- Parameters:
newSource
- the new value of the 'Source' attribute.- See Also:
Annotation.getSource()
- Generated
getDetails
public EMap<String,String> getDetails()
-
- Specified by:
getDetails
in interface Annotation
- Returns:
- the value of the 'Details' map.
- See Also:
EtypesPackage.getAnnotation_Details()
- Generated
getModelElement
public ModelElement getModelElement()
-
- Specified by:
getModelElement
in interface Annotation
- Returns:
- the value of the 'Model Element' container reference.
- See Also:
Annotation.setModelElement(ModelElement)
,
EtypesPackage.getAnnotation_ModelElement()
,
ModelElement.getAnnotations()
- Generated
setModelElement
public void setModelElement(ModelElement newModelElement)
-
- Specified by:
setModelElement
in interface Annotation
- Parameters:
newModelElement
- the new value of the 'Model Element' container reference.- See Also:
Annotation.getModelElement()
- Generated
getContents
public EList<EObject> getContents()
-
- Specified by:
getContents
in interface Annotation
- Returns:
- the value of the 'Contents' containment reference list.
- See Also:
EtypesPackage.getAnnotation_Contents()
- Generated
getReferences
public EList<EObject> getReferences()
-
- Specified by:
getReferences
in interface Annotation
- Returns:
- the value of the 'References' reference list.
- See Also:
EtypesPackage.getAnnotation_References()
- Generated
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.