|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.FlatEObjectImpl org.eclipse.emf.ecore.impl.EModelElementImpl org.eclipse.emf.ecore.impl.EAnnotationImpl
public class EAnnotationImpl
An implementation of the model object 'EAnnotation'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected EList<EObject> |
contents
The cached value of the ' Contents ' containment reference list |
protected EMap<java.lang.String,java.lang.String> |
details
The cached value of the ' Details ' map |
protected EList<EObject> |
references
The cached value of the ' References ' reference list |
protected java.lang.String |
source
The cached value of the ' Source ' attribute |
protected static java.lang.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)
|
java.lang.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,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
EList<EObject> |
getContents()
|
EMap<java.lang.String,java.lang.String> |
getDetails()
|
EModelElement |
getEModelElement()
|
EList<EObject> |
getReferences()
|
java.lang.String |
getSource()
|
void |
setEModelElement(EModelElement newEModelElement)
|
void |
setSource(java.lang.String newSource)
Sets the value of the ' Source ' attribute |
void |
setSourceGen(java.lang.String newSource)
|
java.lang.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 java.lang.String SOURCE_EDEFAULT
Source
' attribute.
getSource()
protected java.lang.String source
Source
' attribute.
getSource()
protected EMap<java.lang.String,java.lang.String> details
Details
' map.
getDetails()
protected EList<EObject> contents
Contents
' containment reference list.
getContents()
protected EList<EObject> references
References
' reference list.
getReferences()
Constructor Detail |
---|
protected EAnnotationImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EModelElementImpl
public java.lang.String getSource()
getSource
in interface EAnnotation
EModelElement.getEAnnotation(String)
,
EAnnotation.setSource(String)
,
EcorePackage.getEAnnotation_Source()
public void setSourceGen(java.lang.String newSource)
public void setSource(java.lang.String newSource)
EAnnotation
Source
' attribute.
setSource
in interface EAnnotation
newSource
- the new value of the 'Source' attribute.EAnnotation.getSource()
public EMap<java.lang.String,java.lang.String> 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<EObject> getContents()
getContents
in interface EAnnotation
EcorePackage.getEAnnotation_Contents()
public EList<EObject> 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 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class EModelElementImpl
InternalEObject.eGet(EStructuralFeature, boolean, boolean)
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface InternalEObject
eSet
in class EModelElementImpl
EObject.eSet(EStructuralFeature, Object)
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class EModelElementImpl
EObject.eUnset(EStructuralFeature)
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class EModelElementImpl
EObject.eIsSet(EStructuralFeature)
public java.lang.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 |