org.eclipse.emf.cdo.etypes
Interface ModelElement
- All Superinterfaces:
- CDOObject, CDOWithID, EObject, Notifier
- All Known Subinterfaces:
- Annotation, Assignee, Directory, Group, Realm, Role, SecurityElement, SecurityItem, User
- All Known Implementing Classes:
- AnnotationImpl, AssigneeImpl, DirectoryImpl, GroupImpl, ModelElementImpl, RealmImpl, RoleImpl, SecurityElementImpl, SecurityItemImpl, UserImpl
- public interface ModelElement
- extends CDOObject
A representation of the model object 'Model Element'.
- Since:
- 4.0
The following features are supported:
- See Also:
EtypesPackage.getModelElement()
- Generated
- Extends
- CDOObject
- Model
- abstract="true"
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 |
getAnnotations
EList<Annotation> getAnnotations()
- Returns the value of the 'Annotations' containment reference list. The list contents are of type
Annotation
. 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:
EtypesPackage.getModelElement_Annotations()
,
Annotation.getModelElement()
- Generated
- Model
- opposite="modelElement" containment="true"
getAnnotation
Annotation getAnnotation(String source)
-
- Generated
- Model
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.