|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.FlatEObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.EAnnotationImpl
An implementation of the model object 'EAnnotation'.
The following features are implemented:
Nested Class Summary |
Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
BasicNotifierImpl.EAdapterList |
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject |
InternalEObject.EStore |
Field Summary | |
protected EList |
contents
The cached value of the ' Contents ' containment reference list |
protected EMap |
details
The cached value of the ' Details ' map |
protected EList |
references
The cached value of the ' References ' reference list |
protected String |
source
The cached value of the ' Source ' attribute |
protected static String |
SOURCE_EDEFAULT
The default value of the ' Source ' attribute |
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
eAnnotations, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG |
Fields inherited from class org.eclipse.emf.ecore.impl.FlatEObjectImpl |
eContents, eCrossReferences, eProxyURI |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
protected |
EAnnotationImpl()
|
Method Summary | |
NotificationChain |
basicSetEModelElement(EModelElement newEModelElement,
NotificationChain msgs)
|
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
EList |
getContents()
|
EMap |
getDetails()
|
EModelElement |
getEModelElement()
|
EList |
getReferences()
|
String |
getSource()
|
void |
setEModelElement(EModelElement newEModelElement)
|
void |
setSource(String newSource)
|
String |
toString()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
eObjectForURIFragmentSegment, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen |
Methods inherited from class org.eclipse.emf.ecore.impl.FlatEObjectImpl |
eContents, eCrossReferences, eIsProxy, eProperties, eProxyURI, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eSetClass, eSetDeliver |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
eNotificationRequired |
Field Detail |
protected static final String SOURCE_EDEFAULT
Source
' attribute.
getSource()
protected String source
Source
' attribute.
getSource()
protected EMap details
Details
' map.
getDetails()
protected EList contents
Contents
' containment reference list.
getContents()
protected EList references
References
' reference list.
getReferences()
Constructor Detail |
protected EAnnotationImpl()
Method Detail |
protected EClass eStaticClass()
eStaticClass
in class EModelElementImpl
public String getSource()
getSource
in interface EAnnotation
EModelElement.getEAnnotation(String)
,
EAnnotation.setSource(String)
,
EcorePackage.getEAnnotation_Source()
public void setSource(String newSource)
setSource
in interface EAnnotation
newSource
- the new value of the 'Source' attribute.EAnnotation.getSource()
public EMap getDetails()
getDetails
in interface EAnnotation
EcorePackage.getEAnnotation_Details()
public EModelElement getEModelElement()
getEModelElement
in interface EAnnotation
EAnnotation.setEModelElement(EModelElement)
,
EcorePackage.getEAnnotation_EModelElement()
,
EModelElement.getEAnnotations()
public NotificationChain basicSetEModelElement(EModelElement newEModelElement, NotificationChain msgs)
public void setEModelElement(EModelElement newEModelElement)
setEModelElement
in interface EAnnotation
newEModelElement
- the new value of the 'EModel Element' container reference.EAnnotation.getEModelElement()
public EList getContents()
getContents
in interface EAnnotation
EcorePackage.getEAnnotation_Contents()
public EList getReferences()
getReferences
in interface EAnnotation
EcorePackage.getEAnnotation_References()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class EModelElementImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class EModelElementImpl
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
eBasicRemoveFromContainerFeature
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class EModelElementImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class EModelElementImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class EModelElementImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class EModelElementImpl
public String toString()
toString
in class BasicEObjectImpl
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |