Schnittstelle ModelElement

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, Notifier
Alle bekannten Unterschnittstellen:
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
Alle bekannten Implementierungsklassen:
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

public interface ModelElement extends CDOObject
A representation of the model object 'Model Element'.
Seit:
4.0

The following features are supported:

Siehe auch:
Generated
Extends
CDOObject
Model
abstract="true"
  • Methodendetails

    • 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...

      Gibt zurück:
      the value of the 'Annotations' containment reference list.
      Siehe auch:
      Generated
      Model
      opposite="modelElement" containment="true"
    • getAnnotation

      Annotation getAnnotation(String source)
      Generated
      Model