Package org.eclipse.emf.cdo.etypes
Interface ModelElement
- All Known Subinterfaces:
Annotation
,Assembly
,AssemblyModule
,Assignee
,Authorable
,Baseline
,Change
,Comment
,Delivery
,DeliveryReview
,Dependency
,DependencyDefinition
,Directory
,Drop
,DropReview
,DropType
,ExtendedBaseline
,FixedBaseline
,FloatingBaseline
,Group
,Module
,ModuleDefinition
,ModuleElement
,ModuleType
,Process
,ProcessElement
,Realm
,Review
,ReviewTemplate
,Role
,SecurityElement
,SecurityItem
,Stream
,StreamElement
,System
,SystemElement
,Topic
,TopicContainer
,User
- All Known Implementing Classes:
AnnotationImpl
,AssemblyImpl
,AssemblyModuleImpl
,AssigneeImpl
,BaselineImpl
,ChangeImpl
,CommentImpl
,DeliveryImpl
,DeliveryReviewImpl
,DependencyDefinitionImpl
,DependencyImpl
,DirectoryImpl
,DropImpl
,DropReviewImpl
,DropTypeImpl
,FixedBaselineImpl
,FloatingBaselineImpl
,GroupImpl
,ModelElementImpl
,ModuleDefinitionImpl
,ModuleImpl
,ModuleTypeImpl
,ProcessElementImpl
,ProcessImpl
,RealmImpl
,ReviewImpl
,ReviewTemplateImpl
,RoleImpl
,SecurityElementImpl
,SecurityItemImpl
,StreamImpl
,SystemImpl
,TopicContainerImpl
,TopicImpl
,UserImpl
A representation of the model object 'Model Element'.
- Since:
- 4.0
The following features are supported:
- See Also:
- Generated
- Extends
- CDOObject
- Model
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotation
(String source) Returns the value of the 'Annotations' containment reference list.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, 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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAnnotations
EList<Annotation> getAnnotations()Returns the value of the 'Annotations' containment reference list. The list contents are of typeAnnotation
. It is bidirectional and its opposite is 'Model Element
'.If the meaning of the 'Annotations' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Annotations' containment reference list.
- See Also:
- Generated
- Model
- opposite="modelElement" containment="true"
-
getAnnotation
- Generated
- Model
-