Interface ModelElement

All Superinterfaces:
CDOObject, CDOWithID, EObject, Notifier
All Known Subinterfaces:
Annotation, Assembly, AssemblyModule, Assignee, Baseline, Change, Delivery, Dependency, DependencyDefinition, Directory, Drop, DropType, FixedBaseline, FloatingBaseline, Group, Module, ModuleDefinition, ModuleElement, ModuleType, Process, ProcessElement, Realm, Role, SecurityElement, SecurityItem, Stream, StreamElement, System, SystemElement, User
All Known Implementing Classes:
AnnotationImpl, AssemblyImpl, AssemblyModuleImpl, AssigneeImpl, BaselineImpl, ChangeImpl, DeliveryImpl, DependencyDefinitionImpl, DependencyImpl, DirectoryImpl, DropImpl, DropTypeImpl, FixedBaselineImpl, FloatingBaselineImpl, GroupImpl, ModelElementImpl, ModuleDefinitionImpl, ModuleImpl, ModuleTypeImpl, ProcessElementImpl, ProcessImpl, RealmImpl, RoleImpl, SecurityElementImpl, SecurityItemImpl, StreamImpl, SystemImpl, UserImpl

public interface ModelElement extends CDOObject
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 Details

    • 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:
      Generated
      Model
      opposite="modelElement" containment="true"
    • getAnnotation

      Annotation getAnnotation(String source)
      Generated
      Model