Package org.eclipse.emf.cdo.etypes
Schnittstelle Annotation
- Alle Superschnittstellen:
CDOObject,CDOWithID,EObject,ModelElement,Notifier
- Alle bekannten Implementierungsklassen:
AnnotationImpl
A representation of the model object 'Annotation'.
- Seit:
- 4.0
- Siehe auch:
- Generated
- Model
- annotation="http://www.eclipse.org/emf/2002/Ecore constraints='WellFormed WellFormedSourceURI'"
- No Implement
- This interface is not intended to be implemented by clients.
The following features are supported:
- No Extend
- This interface is not intended to be extended by clients.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Contents' containment reference list.Returns the value of the 'Details' map.Returns the value of the 'Model Element' container reference.Returns the value of the 'References' reference list.Returns the value of the 'Source' attribute.voidsetModelElement(ModelElement value) Sets the value of the 'Model Element' container reference.voidSets the value of the 'Source' attribute.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionVon Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotationsVon Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methodendetails
-
getSource
String getSource()Returns the value of the 'Source' attribute.If the meaning of the 'Source' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Source' attribute.
- Siehe auch:
- Generated
- Model
-
setSource
Sets the value of the 'Source' attribute.- Parameter:
value- the new value of the 'Source' attribute.- Siehe auch:
- Generated
-
getDetails
Returns the value of the 'Details' map. The key is of typeString, and the value is of typeString,If the meaning of the 'Details' map isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Details' map.
- Siehe auch:
- Generated
- Model
- mapType="org.eclipse.emf.cdo.etypes.StringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>"
-
getModelElement
ModelElement getModelElement()Returns the value of the 'Model Element' container reference. It is bidirectional and its opposite is 'Annotations'.If the meaning of the 'Model Element' container reference isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Model Element' container reference.
- Siehe auch:
- Generated
- Model
- opposite="annotations" transient="false"
-
setModelElement
Sets the value of the 'Model Element' container reference.- Parameter:
value- the new value of the 'Model Element' container reference.- Siehe auch:
- Generated
-
getContents
Returns the value of the 'Contents' containment reference list. The list contents are of typeEObject.If the meaning of the 'Contents' containment reference list isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Contents' containment reference list.
- Siehe auch:
- Generated
- Model
- containment="true"
-
getReferences
Returns the value of the 'References' reference list. The list contents are of typeEObject.If the meaning of the 'References' reference list isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'References' reference list.
- Siehe auch:
- Generated
- Model
-