Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-08-30 17:08:23 +0000
committerEike Stepper2012-08-30 17:08:23 +0000
commit72284afe64ac2bd333ab08708d999c9487ac46a9 (patch)
treec187a027a75266fba4c6c99e915cbf8d3b8d09d0 /plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/etypes/Annotation.java
parent33cb3dc7aa60e2924151c9153cb4ffb6329d48e5 (diff)
downloadcdo-72284afe64ac2bd333ab08708d999c9487ac46a9.tar.gz
cdo-72284afe64ac2bd333ab08708d999c9487ac46a9.tar.xz
cdo-72284afe64ac2bd333ab08708d999c9487ac46a9.zip
[362982] Add CDOTextResource and CDOBinaryResource
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362982
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/etypes/Annotation.java')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/etypes/Annotation.java62
1 files changed, 31 insertions, 31 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/etypes/Annotation.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/etypes/Annotation.java
index c8009ca963..3b8ba8b42d 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/etypes/Annotation.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/etypes/Annotation.java
@@ -20,16 +20,18 @@ import org.eclipse.emf.ecore.EObject;
* @since 4.0
* @noextend This interface is not intended to be extended by clients.
* @noimplement This interface is not intended to be implemented by clients. <!-- end-user-doc -->
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.emf.cdo.etypes.Annotation#getSource <em>Source</em>}</li>
- * <li>{@link org.eclipse.emf.cdo.etypes.Annotation#getDetails <em>Details</em>}</li>
- * <li>{@link org.eclipse.emf.cdo.etypes.Annotation#getModelElement <em>Model Element</em>}</li>
- * <li>{@link org.eclipse.emf.cdo.etypes.Annotation#getContents <em>Contents</em>}</li>
- * <li>{@link org.eclipse.emf.cdo.etypes.Annotation#getReferences <em>References</em>}</li>
- * </ul>
- * </p>
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.emf.cdo.etypes.Annotation#getSource <em>Source</em>}</li>
+ * <li>{@link org.eclipse.emf.cdo.etypes.Annotation#getDetails <em>Details</em>}</li>
+ * <li>{@link org.eclipse.emf.cdo.etypes.Annotation#getModelElement <em>Model Element</em>}</li>
+ * <li>{@link org.eclipse.emf.cdo.etypes.Annotation#getContents <em>Contents</em>}</li>
+ * <li>{@link org.eclipse.emf.cdo.etypes.Annotation#getReferences <em>References</em>}</li>
+ * </ul>
+ * </p>
+ *
* @see org.eclipse.emf.cdo.etypes.EtypesPackage#getAnnotation()
* @model
* @generated
@@ -37,12 +39,12 @@ import org.eclipse.emf.ecore.EObject;
public interface Annotation extends ModelElement
{
/**
- * Returns the value of the '<em><b>Source</b></em>' attribute. <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Source</b></em>' attribute.
+ * <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Source</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Source</em>' attribute.
* @see #setSource(String)
* @see org.eclipse.emf.cdo.etypes.EtypesPackage#getAnnotation_Source()
@@ -63,30 +65,30 @@ public interface Annotation extends ModelElement
void setSource(String value);
/**
- * Returns the value of the '<em><b>Details</b></em>' map. The key is of type {@link java.lang.String}, and the value
- * is of type {@link java.lang.String}, <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Details</b></em>' map.
+ * The key is of type {@link java.lang.String},
+ * and the value is of type {@link java.lang.String},
+ * <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Details</em>' map isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Details</em>' map.
* @see org.eclipse.emf.cdo.etypes.EtypesPackage#getAnnotation_Details()
- * @model mapType=
- * "org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>"
+ * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>"
* @generated
*/
EMap<String, String> getDetails();
/**
- * Returns the value of the '<em><b>Model Element</b></em>' container reference. It is bidirectional and its opposite
- * is '{@link org.eclipse.emf.cdo.etypes.ModelElement#getAnnotations <em>Annotations</em>}'. <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Model Element</b></em>' container reference.
+ * It is bidirectional and its opposite is '{@link org.eclipse.emf.cdo.etypes.ModelElement#getAnnotations <em>Annotations</em>}'.
+ * <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Model Element</em>' container reference isn't clear, there really should be more of a
* description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Model Element</em>' container reference.
* @see #setModelElement(ModelElement)
* @see org.eclipse.emf.cdo.etypes.EtypesPackage#getAnnotation_ModelElement()
@@ -97,25 +99,23 @@ public interface Annotation extends ModelElement
ModelElement getModelElement();
/**
- * Sets the value of the '{@link org.eclipse.emf.cdo.etypes.Annotation#getModelElement <em>Model Element</em>}'
- * container reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Model Element</em>' container reference.
+ * Sets the value of the '{@link org.eclipse.emf.cdo.etypes.Annotation#getModelElement <em>Model Element</em>}' container reference.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * @param value the new value of the '<em>Model Element</em>' container reference.
* @see #getModelElement()
* @generated
*/
void setModelElement(ModelElement value);
/**
- * Returns the value of the '<em><b>Contents</b></em>' containment reference list. The list contents are of type
- * {@link org.eclipse.emf.ecore.EObject}. <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Contents</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.emf.ecore.EObject}.
+ * <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Contents</em>' containment reference list isn't clear, there really should be more of a
* description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Contents</em>' containment reference list.
* @see org.eclipse.emf.cdo.etypes.EtypesPackage#getAnnotation_Contents()
* @model containment="true"
@@ -124,14 +124,14 @@ public interface Annotation extends ModelElement
EList<EObject> getContents();
/**
- * Returns the value of the '<em><b>References</b></em>' reference list. The list contents are of type
- * {@link org.eclipse.emf.ecore.EObject}. <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>References</b></em>' reference list.
+ * The list contents are of type {@link org.eclipse.emf.ecore.EObject}.
+ * <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>References</em>' reference list isn't clear, there really should be more of a
* description here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>References</em>' reference list.
* @see org.eclipse.emf.cdo.etypes.EtypesPackage#getAnnotation_References()
* @model

Back to the top