Schnittstelle Annotation

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, ModelElement, Notifier
Alle bekannten Implementierungsklassen:
AnnotationImpl

public interface Annotation extends ModelElement
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.
  • 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

      void setSource(String value)
      Sets the value of the 'Source' attribute.
      Parameter:
      value - the new value of the 'Source' attribute.
      Siehe auch:
      Generated
    • getDetails

      EMap<String,String> getDetails()
      Returns the value of the 'Details' map. The key is of type String, and the value is of type String,

      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

      void setModelElement(ModelElement value)
      Sets the value of the 'Model Element' container reference.
      Parameter:
      value - the new value of the 'Model Element' container reference.
      Siehe auch:
      Generated
    • getContents

      EList<EObject> getContents()
      Returns the value of the 'Contents' containment reference list. The list contents are of type EObject.

      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

      EList<EObject> getReferences()
      Returns the value of the 'References' reference list. The list contents are of type EObject.

      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