Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/Child.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/Child.java15
1 files changed, 4 insertions, 11 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/Child.java b/plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/Child.java
index 525b6dd751..12608f38ff 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/Child.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model5/src/org/eclipse/emf/cdo/tests/model5/Child.java
@@ -26,20 +26,13 @@ import org.eclipse.emf.ecore.EObject;
* </ul>
* </p>
*
- * @see org.eclipse.emf.cdo.tests.model5.legacy.Model5Package#getChild()
+ * @see org.eclipse.emf.cdo.tests.model5.Model5Package#getChild()
* @model
* @generated
*/
public interface Child extends EObject
{
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- String copyright = "Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.\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>Parent</b></em>' container reference.
* It is bidirectional and its opposite is '{@link org.eclipse.emf.cdo.tests.model5.Parent#getChildren <em>Children</em>}'.
* <!-- begin-user-doc -->
@@ -50,7 +43,7 @@ public interface Child extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Parent</em>' container reference.
* @see #setParent(Parent)
- * @see org.eclipse.emf.cdo.tests.model5.legacy.Model5Package#getChild_Parent()
+ * @see org.eclipse.emf.cdo.tests.model5.Model5Package#getChild_Parent()
* @see org.eclipse.emf.cdo.tests.model5.Parent#getChildren
* @model opposite="children" transient="false"
* @generated
@@ -78,7 +71,7 @@ public interface Child extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Preferred By</em>' reference.
* @see #setPreferredBy(Parent)
- * @see org.eclipse.emf.cdo.tests.model5.legacy.Model5Package#getChild_PreferredBy()
+ * @see org.eclipse.emf.cdo.tests.model5.Model5Package#getChild_PreferredBy()
* @see org.eclipse.emf.cdo.tests.model5.Parent#getFavourite
* @model opposite="favourite"
* @generated
@@ -105,7 +98,7 @@ public interface Child extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
- * @see org.eclipse.emf.cdo.tests.model5.legacy.Model5Package#getChild_Name()
+ * @see org.eclipse.emf.cdo.tests.model5.Model5Package#getChild_Name()
* @model
* @generated
*/

Back to the top