Interface Annotation

All Superinterfaces:
CDOObject, CDOWithID, EObject, ModelElement, Notifier
All Known Implementing Classes:
AnnotationImpl

public interface Annotation extends ModelElement
A representation of the model object 'Annotation'.
Since:
4.0
See Also:
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.
  • Method Details

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

      Returns:
      the value of the 'Source' attribute.
      See Also:
      Generated
      Model
    • setSource

      void setSource(String value)
      Sets the value of the 'Source' attribute.
      Parameters:
      value - the new value of the 'Source' attribute.
      See Also:
      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...

      Returns:
      the value of the 'Details' map.
      See Also:
      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...

      Returns:
      the value of the 'Model Element' container reference.
      See Also:
      Generated
      Model
      opposite="annotations" transient="false"
    • setModelElement

      void setModelElement(ModelElement value)
      Sets the value of the 'Model Element' container reference.
      Parameters:
      value - the new value of the 'Model Element' container reference.
      See Also:
      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...

      Returns:
      the value of the 'Contents' containment reference list.
      See Also:
      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...

      Returns:
      the value of the 'References' reference list.
      See Also:
      Generated
      Model