Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/TestFeatureMap.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/TestFeatureMap.java30
1 files changed, 14 insertions, 16 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/TestFeatureMap.java b/plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/TestFeatureMap.java
index 72475b5bba..de4b954ec0 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/TestFeatureMap.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/TestFeatureMap.java
@@ -8,7 +8,7 @@
* Contributors:
* Eike Stepper - initial API and implementation
*
- * $Id: TestFeatureMap.java,v 1.2 2008-12-28 17:57:09 estepper Exp $
+ * $Id: TestFeatureMap.java,v 1.3 2008-12-31 14:43:41 estepper Exp $
*/
package org.eclipse.emf.cdo.tests.model5;
@@ -35,21 +35,21 @@ import org.eclipse.emf.ecore.util.FeatureMap;
public interface TestFeatureMap extends EObject
{
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
String copyright = "Copyright (c) 2004 - 2008 Eike Stepper, Germany.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Eike Stepper - initial API and implementation";
/**
- * Returns the value of the '<em><b>Managers</b></em>' reference list.
- * The list contents are of type {@link org.eclipse.emf.cdo.tests.model5.Manager}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Managers</b></em>' reference list. The list contents are of type
+ * {@link org.eclipse.emf.cdo.tests.model5.Manager}. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Managers</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>Managers</em>' reference list.
* @see org.eclipse.emf.cdo.tests.model5.Model5Package#getTestFeatureMap_Managers()
* @model extendedMetaData="group='#people'"
@@ -58,35 +58,33 @@ public interface TestFeatureMap extends EObject
EList<Manager> getManagers();
/**
- * Returns the value of the '<em><b>Doctors</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.emf.cdo.tests.model5.Doctor}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Doctors</b></em>' containment reference list. The list contents are of type
+ * {@link org.eclipse.emf.cdo.tests.model5.Doctor}. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Doctors</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>Doctors</em>' containment reference list.
* @see org.eclipse.emf.cdo.tests.model5.Model5Package#getTestFeatureMap_Doctors()
- * @model containment="true"
- * extendedMetaData="group='#people'"
+ * @model containment="true" extendedMetaData="group='#people'"
* @generated
*/
EList<Doctor> getDoctors();
/**
- * Returns the value of the '<em><b>People</b></em>' attribute list.
- * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>People</b></em>' attribute list. The list contents are of type
+ * {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>People</em>' attribute list isn't clear, there really should be more of a description
* here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>People</em>' attribute list.
* @see org.eclipse.emf.cdo.tests.model5.Model5Package#getTestFeatureMap_People()
- * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
- * extendedMetaData="kind='group'"
+ * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group'"
* @generated
*/
FeatureMap getPeople();

Back to the top