Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/ModelElement.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/ModelElement.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/ModelElement.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/ModelElement.html
index bb9b97783f..3fbf294a79 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/ModelElement.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/ModelElement.html
@@ -127,12 +127,13 @@ Interface ModelElement</H2>
<DL>
<DT><B>Since:</B></DT>
<DD>4.0 <!-- end-user-doc -->
- <p>
- The following features are supported:
- <ul>
- <li><A HREF="../../../../../org/eclipse/emf/cdo/etypes/ModelElement.html#getAnnotations()"><CODE><em>Annotations</em></CODE></A></li>
- </ul>
- </p></DD>
+
+ <p>
+ The following features are supported:
+ <ul>
+ <li><A HREF="../../../../../org/eclipse/emf/cdo/etypes/ModelElement.html#getAnnotations()"><CODE><em>Annotations</em></CODE></A></li>
+ </ul>
+ </p></DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/emf/cdo/etypes/EtypesPackage.html#getModelElement()"><CODE>EtypesPackage.getModelElement()</CODE></A><DT><B>Generated</B></DT>
<DD></DD>
<DT><B>Extends</B></DT>
@@ -214,9 +215,10 @@ getAnnotations</H3>
<PRE>
<A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/common/util/EList.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">EList</A>&lt;<A HREF="../../../../../org/eclipse/emf/cdo/etypes/Annotation.html" title="interface in org.eclipse.emf.cdo.etypes">Annotation</A>&gt; <B>getAnnotations</B>()</PRE>
<DL>
-<DD>Returns the value of the '<em><b>Annotations</b></em>' containment reference list. The list contents are of type
- <A HREF="../../../../../org/eclipse/emf/cdo/etypes/Annotation.html" title="interface in org.eclipse.emf.cdo.etypes"><CODE>Annotation</CODE></A>. It is bidirectional and its opposite is '
- <A HREF="../../../../../org/eclipse/emf/cdo/etypes/Annotation.html#getModelElement()"><CODE><em>Model Element</em></CODE></A>'. <!-- begin-user-doc -->
+<DD>Returns the value of the '<em><b>Annotations</b></em>' containment reference list.
+ The list contents are of type <A HREF="../../../../../org/eclipse/emf/cdo/etypes/Annotation.html" title="interface in org.eclipse.emf.cdo.etypes"><CODE>Annotation</CODE></A>.
+ It is bidirectional and its opposite is '<A HREF="../../../../../org/eclipse/emf/cdo/etypes/Annotation.html#getModelElement()"><CODE><em>Model Element</em></CODE></A>'.
+ <!-- begin-user-doc -->
<p>
If the meaning of the '<em>Annotations</em>' containment reference list isn't clear, there really should be more of
a description here...

Back to the top