Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-01-07 09:03:51 +0000
committerEike Stepper2013-01-07 09:03:51 +0000
commit48791c63b845135e716ef9cbb35285b3874f49eb (patch)
treeac1e8bd45182dd108a6edcb00faec3f4f0a53ce1 /plugins/org.eclipse.emf.cdo.tests.model2
parent442d924c572a8c6a9818467af7654cf54bbd2299 (diff)
downloadcdo-48791c63b845135e716ef9cbb35285b3874f49eb.tar.gz
cdo-48791c63b845135e716ef9cbb35285b3874f49eb.tar.xz
cdo-48791c63b845135e716ef9cbb35285b3874f49eb.zip
ant
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.model2')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/model/model2.ecore7
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/model/model2.genmodel12
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/model/model2.legacy.genmodel2
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/EnumListHolder.java2
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/MapHolder.java8
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/NotUnsettable.java24
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/NotUnsettableWithDefault.java24
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/PersistentContainment.java8
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/SpecialPurchaseOrder.java6
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Task.java8
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/TaskContainer.java4
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/TransientContainer.java6
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Unsettable1.java24
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Unsettable2WithDefault.java16
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/impl/Model2FactoryImpl.java4
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/impl/Model2FactoryImpl.java4
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/util/Model2AdapterFactory.java4
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/util/Model2Switch.java4
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/util/Model2AdapterFactory.java16
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/util/Model2Switch.java22
20 files changed, 107 insertions, 98 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.ecore b/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.ecore
index 94bb6709f3..5fcf7ef17a 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.ecore
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.ecore
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<ecore:EPackage xmi:version="2.0"
- xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model2"
- nsURI="http://www.eclipse.org/emf/CDO/tests/model2/1.0.0" nsPrefix="model2">
+<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model2" nsURI="http://www.eclipse.org/emf/CDO/tests/model2/1.0.0"
+ nsPrefix="model2">
<eClassifiers xsi:type="ecore:EClass" name="SpecialPurchaseOrder" eSuperTypes="../../org.eclipse.emf.cdo.tests.model1/model/model1.ecore#//PurchaseOrder">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="discountCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shippingAddress" eType="ecore:EClass ../../org.eclipse.emf.cdo.tests.model1/model/model1.ecore#//Address"
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.genmodel b/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.genmodel
index 18577634f9..93e61b1406 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.genmodel
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.genmodel
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<genmodel:GenModel xmi:version="2.0"
- xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
- xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel"
- modelDirectory="/org.eclipse.emf.cdo.tests.model2/src" creationIcons="false" editDirectory=""
- editorDirectory="" modelPluginID="org.eclipse.emf.cdo.tests.model2" modelName="Model2"
- updateClasspath="false" rootExtendsClass="org.eclipse.emf.internal.cdo.CDOObjectImpl"
- reflectiveDelegation="true" codeFormatting="true" testsDirectory="" importerID="org.eclipse.emf.importer.cdo"
+<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
+ xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" modelDirectory="/org.eclipse.emf.cdo.tests.model2/src" creationIcons="false"
+ editDirectory="" editorDirectory="" modelPluginID="org.eclipse.emf.cdo.tests.model2"
+ modelName="Model2" updateClasspath="false" rootExtendsClass="org.eclipse.emf.internal.cdo.CDOObjectImpl"
+ reflectiveDelegation="true" codeFormatting="true" testsDirectory="" importerID="org.eclipse.emf.importer.ecore"
featureDelegation="Reflective" complianceLevel="5.0" copyrightFields="false" providerRootExtendsClass="org.eclipse.emf.cdo.edit.CDOItemProviderAdapter"
optimizedHasChildren="true" tableProviders="true" colorProviders="true" fontProviders="true"
usedGenPackages="../../org.eclipse.emf.cdo.tests.model1/model/model1.genmodel#//model1">
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.legacy.genmodel b/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.legacy.genmodel
index 2a8b6981f8..c8b215a99a 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.legacy.genmodel
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/model/model2.legacy.genmodel
@@ -3,7 +3,7 @@
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.&#xD;&#xA;All rights reserved. This program and the accompanying materials&#xD;&#xA;are made available under the terms of the Eclipse Public License v1.0&#xD;&#xA;which accompanies this distribution, and is available at&#xD;&#xA;http://www.eclipse.org/legal/epl-v10.html&#xD;&#xA;&#xD;&#xA;Contributors:&#xD;&#xA; Eike Stepper - initial API and implementation"
modelDirectory="/org.eclipse.emf.cdo.tests.model2/src" editDirectory="" editorDirectory=""
modelPluginID="org.eclipse.emf.cdo.tests.model2" modelName="Model2" updateClasspath="false"
- codeFormatting="true" testsDirectory="" importerID="org.eclipse.emf.importer.cdo"
+ codeFormatting="true" testsDirectory="" importerID="org.eclipse.emf.importer.ecore"
complianceLevel="5.0" copyrightFields="false" usedGenPackages="../../org.eclipse.emf.cdo.tests.model1/model/model1.legacy.genmodel#//model1">
<foreignModel>model2.ecore</foreignModel>
<modelPluginVariables>CDO=org.eclipse.emf.cdo</modelPluginVariables>
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/EnumListHolder.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/EnumListHolder.java
index 09b0ed128d..8e0ee8741f 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/EnumListHolder.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/EnumListHolder.java
@@ -43,7 +43,7 @@ public interface EnumListHolder extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Enum List</em>' attribute list.
* @see org.eclipse.emf.cdo.tests.model1.VAT
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getEnumListHolder_EnumList()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getEnumListHolder_EnumList()
* @model
* @generated
*/
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/MapHolder.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/MapHolder.java
index 96c4766049..8f51f2ae1a 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/MapHolder.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/MapHolder.java
@@ -36,7 +36,7 @@ import org.eclipse.emf.ecore.EObject;
* </ul>
* </p>
*
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getMapHolder()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getMapHolder()
* @model
* @generated
*/
@@ -53,7 +53,7 @@ public interface MapHolder extends EObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Integer To String Map</em>' map.
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getMapHolder_IntegerToStringMap()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getMapHolder_IntegerToStringMap()
* @model mapType="org.eclipse.emf.cdo.tests.model2.IntegerToStringMap<org.eclipse.emf.ecore.EIntegerObject, org.eclipse.emf.ecore.EString>"
* @generated
*/
@@ -70,7 +70,7 @@ public interface MapHolder extends EObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>String To String Map</em>' map.
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getMapHolder_StringToStringMap()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getMapHolder_StringToStringMap()
* @model mapType="org.eclipse.emf.cdo.tests.model2.StringToStringMap<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>"
* @generated
*/
@@ -87,7 +87,7 @@ public interface MapHolder extends EObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>String To VAT Map</em>' map.
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getMapHolder_StringToVATMap()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getMapHolder_StringToVATMap()
* @model mapType="org.eclipse.emf.cdo.tests.model2.StringToVATMap<org.eclipse.emf.ecore.EString, org.eclipse.emf.cdo.tests.model1.VAT>"
* @generated
*/
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/NotUnsettable.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/NotUnsettable.java
index 7e19b64176..b12b54bdca 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/NotUnsettable.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/NotUnsettable.java
@@ -38,7 +38,7 @@ import java.util.Date;
* </ul>
* </p>
*
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable()
* @model
* @generated
*/
@@ -54,7 +54,7 @@ public interface NotUnsettable extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Boolean</em>' attribute.
* @see #setNotUnsettableBoolean(boolean)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable_NotUnsettableBoolean()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable_NotUnsettableBoolean()
* @model
* @generated
*/
@@ -79,7 +79,7 @@ public interface NotUnsettable extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Byte</em>' attribute.
* @see #setNotUnsettableByte(byte)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable_NotUnsettableByte()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable_NotUnsettableByte()
* @model
* @generated
*/
@@ -104,7 +104,7 @@ public interface NotUnsettable extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Char</em>' attribute.
* @see #setNotUnsettableChar(char)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable_NotUnsettableChar()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable_NotUnsettableChar()
* @model
* @generated
*/
@@ -129,7 +129,7 @@ public interface NotUnsettable extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Date</em>' attribute.
* @see #setNotUnsettableDate(Date)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable_NotUnsettableDate()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable_NotUnsettableDate()
* @model
* @generated
*/
@@ -154,7 +154,7 @@ public interface NotUnsettable extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Double</em>' attribute.
* @see #setNotUnsettableDouble(double)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable_NotUnsettableDouble()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable_NotUnsettableDouble()
* @model
* @generated
*/
@@ -179,7 +179,7 @@ public interface NotUnsettable extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Float</em>' attribute.
* @see #setNotUnsettableFloat(float)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable_NotUnsettableFloat()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable_NotUnsettableFloat()
* @model
* @generated
*/
@@ -204,7 +204,7 @@ public interface NotUnsettable extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Int</em>' attribute.
* @see #setNotUnsettableInt(int)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable_NotUnsettableInt()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable_NotUnsettableInt()
* @model
* @generated
*/
@@ -229,7 +229,7 @@ public interface NotUnsettable extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Long</em>' attribute.
* @see #setNotUnsettableLong(long)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable_NotUnsettableLong()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable_NotUnsettableLong()
* @model
* @generated
*/
@@ -254,7 +254,7 @@ public interface NotUnsettable extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Short</em>' attribute.
* @see #setNotUnsettableShort(short)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable_NotUnsettableShort()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable_NotUnsettableShort()
* @model
* @generated
*/
@@ -279,7 +279,7 @@ public interface NotUnsettable extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable String</em>' attribute.
* @see #setNotUnsettableString(String)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable_NotUnsettableString()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable_NotUnsettableString()
* @model
* @generated
*/
@@ -306,7 +306,7 @@ public interface NotUnsettable extends EObject
* @return the value of the '<em>Not Unsettable VAT</em>' attribute.
* @see org.eclipse.emf.cdo.tests.model1.VAT
* @see #setNotUnsettableVAT(VAT)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettable_NotUnsettableVAT()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettable_NotUnsettableVAT()
* @model
* @generated
*/
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/NotUnsettableWithDefault.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/NotUnsettableWithDefault.java
index c9d398106e..af843b9c5b 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/NotUnsettableWithDefault.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/NotUnsettableWithDefault.java
@@ -39,7 +39,7 @@ import java.util.Date;
* </ul>
* </p>
*
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault()
* @model
* @generated
*/
@@ -56,7 +56,7 @@ public interface NotUnsettableWithDefault extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Boolean</em>' attribute.
* @see #setNotUnsettableBoolean(boolean)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault_NotUnsettableBoolean()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault_NotUnsettableBoolean()
* @model default="true"
* @generated
*/
@@ -82,7 +82,7 @@ public interface NotUnsettableWithDefault extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Byte</em>' attribute.
* @see #setNotUnsettableByte(byte)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault_NotUnsettableByte()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault_NotUnsettableByte()
* @model default="3"
* @generated
*/
@@ -108,7 +108,7 @@ public interface NotUnsettableWithDefault extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Char</em>' attribute.
* @see #setNotUnsettableChar(char)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault_NotUnsettableChar()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault_NotUnsettableChar()
* @model default="\'x\'"
* @generated
*/
@@ -134,7 +134,7 @@ public interface NotUnsettableWithDefault extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Date</em>' attribute.
* @see #setNotUnsettableDate(Date)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault_NotUnsettableDate()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault_NotUnsettableDate()
* @model default="1979-03-15T07:12:59"
* @generated
*/
@@ -160,7 +160,7 @@ public interface NotUnsettableWithDefault extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Double</em>' attribute.
* @see #setNotUnsettableDouble(double)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault_NotUnsettableDouble()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault_NotUnsettableDouble()
* @model default="3.3"
* @generated
*/
@@ -186,7 +186,7 @@ public interface NotUnsettableWithDefault extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Float</em>' attribute.
* @see #setNotUnsettableFloat(float)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault_NotUnsettableFloat()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault_NotUnsettableFloat()
* @model default="4.4"
* @generated
*/
@@ -212,7 +212,7 @@ public interface NotUnsettableWithDefault extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Int</em>' attribute.
* @see #setNotUnsettableInt(int)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault_NotUnsettableInt()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault_NotUnsettableInt()
* @model default="5"
* @generated
*/
@@ -238,7 +238,7 @@ public interface NotUnsettableWithDefault extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Long</em>' attribute.
* @see #setNotUnsettableLong(long)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault_NotUnsettableLong()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault_NotUnsettableLong()
* @model default="6"
* @generated
*/
@@ -264,7 +264,7 @@ public interface NotUnsettableWithDefault extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable Short</em>' attribute.
* @see #setNotUnsettableShort(short)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault_NotUnsettableShort()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault_NotUnsettableShort()
* @model default="7"
* @generated
*/
@@ -290,7 +290,7 @@ public interface NotUnsettableWithDefault extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Not Unsettable String</em>' attribute.
* @see #setNotUnsettableString(String)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault_NotUnsettableString()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault_NotUnsettableString()
* @model default="\"eike\""
* @generated
*/
@@ -318,7 +318,7 @@ public interface NotUnsettableWithDefault extends EObject
* @return the value of the '<em>Not Unsettable VAT</em>' attribute.
* @see org.eclipse.emf.cdo.tests.model1.VAT
* @see #setNotUnsettableVAT(VAT)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getNotUnsettableWithDefault_NotUnsettableVAT()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getNotUnsettableWithDefault_NotUnsettableVAT()
* @model default="vat15"
* @generated
*/
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/PersistentContainment.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/PersistentContainment.java
index 3fc35ca570..b0afec5bc6 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/PersistentContainment.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/PersistentContainment.java
@@ -26,7 +26,7 @@ import org.eclipse.emf.ecore.EObject;
* </ul>
* </p>
*
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getPersistentContainment()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getPersistentContainment()
* @model
* @generated
*/
@@ -42,7 +42,7 @@ public interface PersistentContainment extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Attr Before</em>' attribute.
* @see #setAttrBefore(String)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getPersistentContainment_AttrBefore()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getPersistentContainment_AttrBefore()
* @model
* @generated
*/
@@ -68,7 +68,7 @@ public interface PersistentContainment extends EObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Children</em>' containment reference list.
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getPersistentContainment_Children()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getPersistentContainment_Children()
* @see org.eclipse.emf.cdo.tests.model2.TransientContainer#getParent
* @model opposite="parent" containment="true" ordered="false"
* @generated
@@ -85,7 +85,7 @@ public interface PersistentContainment extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Attr After</em>' attribute.
* @see #setAttrAfter(String)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getPersistentContainment_AttrAfter()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getPersistentContainment_AttrAfter()
* @model
* @generated
*/
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/SpecialPurchaseOrder.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/SpecialPurchaseOrder.java
index 21d669c28d..7ded4f729f 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/SpecialPurchaseOrder.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/SpecialPurchaseOrder.java
@@ -25,7 +25,7 @@ import org.eclipse.emf.cdo.tests.model1.PurchaseOrder;
* </ul>
* </p>
*
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getSpecialPurchaseOrder()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getSpecialPurchaseOrder()
* @model
* @generated
*/
@@ -41,7 +41,7 @@ public interface SpecialPurchaseOrder extends PurchaseOrder
* <!-- end-user-doc -->
* @return the value of the '<em>Discount Code</em>' attribute.
* @see #setDiscountCode(String)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getSpecialPurchaseOrder_DiscountCode()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getSpecialPurchaseOrder_DiscountCode()
* @model
* @generated
*/
@@ -66,7 +66,7 @@ public interface SpecialPurchaseOrder extends PurchaseOrder
* <!-- end-user-doc -->
* @return the value of the '<em>Shipping Address</em>' containment reference.
* @see #setShippingAddress(Address)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getSpecialPurchaseOrder_ShippingAddress()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getSpecialPurchaseOrder_ShippingAddress()
* @model containment="true"
* @generated
*/
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Task.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Task.java
index 35c72ced28..730f6f6a79 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Task.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Task.java
@@ -24,7 +24,7 @@ import org.eclipse.emf.ecore.EObject;
* </ul>
* </p>
*
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getTask()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getTask()
* @model
* @generated
*/
@@ -41,7 +41,7 @@ public interface Task extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Task Container</em>' container reference.
* @see #setTaskContainer(TaskContainer)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getTask_TaskContainer()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getTask_TaskContainer()
* @see org.eclipse.emf.cdo.tests.model2.TaskContainer#getTasks
* @model opposite="tasks" transient="false"
* @generated
@@ -67,7 +67,7 @@ public interface Task extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(String)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getTask_Description()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getTask_Description()
* @model
* @generated
*/
@@ -91,7 +91,7 @@ public interface Task extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Done</em>' attribute.
* @see #setDone(boolean)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getTask_Done()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getTask_Done()
* @model
* @generated
*/
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/TaskContainer.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/TaskContainer.java
index 415032d4da..cd1aa44b95 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/TaskContainer.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/TaskContainer.java
@@ -23,7 +23,7 @@ import org.eclipse.emf.ecore.EObject;
* </ul>
* </p>
*
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getTaskContainer()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getTaskContainer()
* @model
* @generated
*/
@@ -40,7 +40,7 @@ public interface TaskContainer extends EObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Tasks</em>' containment reference list.
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getTaskContainer_Tasks()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getTaskContainer_Tasks()
* @see org.eclipse.emf.cdo.tests.model2.Task#getTaskContainer
* @model opposite="taskContainer" containment="true"
* @generated
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/TransientContainer.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/TransientContainer.java
index 7042963094..870b2b3c3b 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/TransientContainer.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/TransientContainer.java
@@ -38,7 +38,7 @@ public interface TransientContainer extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Attr Before</em>' attribute.
* @see #setAttrBefore(String)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getTransientContainer_AttrBefore()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getTransientContainer_AttrBefore()
* @model
* @generated
*/
@@ -65,7 +65,7 @@ public interface TransientContainer extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Parent</em>' container reference.
* @see #setParent(PersistentContainment)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getTransientContainer_Parent()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getTransientContainer_Parent()
* @see org.eclipse.emf.cdo.tests.model2.PersistentContainment#getChildren
* @model opposite="children"
* @generated
@@ -91,7 +91,7 @@ public interface TransientContainer extends EObject
* <!-- end-user-doc -->
* @return the value of the '<em>Attr After</em>' attribute.
* @see #setAttrAfter(String)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getTransientContainer_AttrAfter()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getTransientContainer_AttrAfter()
* @model
* @generated
*/
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Unsettable1.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Unsettable1.java
index 995c6ede65..c699fbf018 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Unsettable1.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Unsettable1.java
@@ -36,7 +36,7 @@ import java.util.Date;
* </ul>
* </p>
*
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1()
* @model
* @generated
*/
@@ -54,7 +54,7 @@ public interface Unsettable1 extends EObject
* @see #isSetUnsettableBoolean()
* @see #unsetUnsettableBoolean()
* @see #setUnsettableBoolean(boolean)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1_UnsettableBoolean()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1_UnsettableBoolean()
* @model unsettable="true"
* @generated
*/
@@ -104,7 +104,7 @@ public interface Unsettable1 extends EObject
* @see #isSetUnsettableByte()
* @see #unsetUnsettableByte()
* @see #setUnsettableByte(byte)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1_UnsettableByte()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1_UnsettableByte()
* @model unsettable="true"
* @generated
*/
@@ -154,7 +154,7 @@ public interface Unsettable1 extends EObject
* @see #isSetUnsettableChar()
* @see #unsetUnsettableChar()
* @see #setUnsettableChar(char)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1_UnsettableChar()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1_UnsettableChar()
* @model unsettable="true"
* @generated
*/
@@ -204,7 +204,7 @@ public interface Unsettable1 extends EObject
* @see #isSetUnsettableDate()
* @see #unsetUnsettableDate()
* @see #setUnsettableDate(Date)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1_UnsettableDate()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1_UnsettableDate()
* @model unsettable="true"
* @generated
*/
@@ -254,7 +254,7 @@ public interface Unsettable1 extends EObject
* @see #isSetUnsettableDouble()
* @see #unsetUnsettableDouble()
* @see #setUnsettableDouble(double)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1_UnsettableDouble()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1_UnsettableDouble()
* @model unsettable="true"
* @generated
*/
@@ -304,7 +304,7 @@ public interface Unsettable1 extends EObject
* @see #isSetUnsettableFloat()
* @see #unsetUnsettableFloat()
* @see #setUnsettableFloat(float)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1_UnsettableFloat()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1_UnsettableFloat()
* @model unsettable="true"
* @generated
*/
@@ -354,7 +354,7 @@ public interface Unsettable1 extends EObject
* @see #isSetUnsettableInt()
* @see #unsetUnsettableInt()
* @see #setUnsettableInt(int)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1_UnsettableInt()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1_UnsettableInt()
* @model unsettable="true"
* @generated
*/
@@ -404,7 +404,7 @@ public interface Unsettable1 extends EObject
* @see #isSetUnsettableLong()
* @see #unsetUnsettableLong()
* @see #setUnsettableLong(long)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1_UnsettableLong()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1_UnsettableLong()
* @model unsettable="true"
* @generated
*/
@@ -454,7 +454,7 @@ public interface Unsettable1 extends EObject
* @see #isSetUnsettableShort()
* @see #unsetUnsettableShort()
* @see #setUnsettableShort(short)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1_UnsettableShort()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1_UnsettableShort()
* @model unsettable="true"
* @generated
*/
@@ -504,7 +504,7 @@ public interface Unsettable1 extends EObject
* @see #isSetUnsettableString()
* @see #unsetUnsettableString()
* @see #setUnsettableString(String)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1_UnsettableString()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1_UnsettableString()
* @model unsettable="true"
* @generated
*/
@@ -556,7 +556,7 @@ public interface Unsettable1 extends EObject
* @see #isSetUnsettableVAT()
* @see #unsetUnsettableVAT()
* @see #setUnsettableVAT(VAT)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable1_UnsettableVAT()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable1_UnsettableVAT()
* @model unsettable="true"
* @generated
*/
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Unsettable2WithDefault.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Unsettable2WithDefault.java
index de08c6f613..f0719c0a17 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Unsettable2WithDefault.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/Unsettable2WithDefault.java
@@ -37,7 +37,7 @@ import java.util.Date;
* </ul>
* </p>
*
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable2WithDefault()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault()
* @model
* @generated
*/
@@ -56,7 +56,7 @@ public interface Unsettable2WithDefault extends EObject
* @see #isSetUnsettableBoolean()
* @see #unsetUnsettableBoolean()
* @see #setUnsettableBoolean(boolean)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable2WithDefault_UnsettableBoolean()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableBoolean()
* @model default="true" unsettable="true"
* @generated
*/
@@ -158,7 +158,7 @@ public interface Unsettable2WithDefault extends EObject
* @see #isSetUnsettableChar()
* @see #unsetUnsettableChar()
* @see #setUnsettableChar(char)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable2WithDefault_UnsettableChar()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableChar()
* @model default="\'x\'" unsettable="true"
* @generated
*/
@@ -209,7 +209,7 @@ public interface Unsettable2WithDefault extends EObject
* @see #isSetUnsettableDate()
* @see #unsetUnsettableDate()
* @see #setUnsettableDate(Date)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable2WithDefault_UnsettableDate()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableDate()
* @model default="2009-12-21T15:12:59" unsettable="true"
* @generated
*/
@@ -260,7 +260,7 @@ public interface Unsettable2WithDefault extends EObject
* @see #isSetUnsettableDouble()
* @see #unsetUnsettableDouble()
* @see #setUnsettableDouble(double)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable2WithDefault_UnsettableDouble()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableDouble()
* @model default="3.3" unsettable="true"
* @generated
*/
@@ -311,7 +311,7 @@ public interface Unsettable2WithDefault extends EObject
* @see #isSetUnsettableFloat()
* @see #unsetUnsettableFloat()
* @see #setUnsettableFloat(float)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable2WithDefault_UnsettableFloat()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableFloat()
* @model default="4.4" unsettable="true"
* @generated
*/
@@ -515,7 +515,7 @@ public interface Unsettable2WithDefault extends EObject
* @see #isSetUnsettableString()
* @see #unsetUnsettableString()
* @see #setUnsettableString(String)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable2WithDefault_UnsettableString()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableString()
* @model default="\"eike\"" unsettable="true"
* @generated
*/
@@ -568,7 +568,7 @@ public interface Unsettable2WithDefault extends EObject
* @see #isSetUnsettableVAT()
* @see #unsetUnsettableVAT()
* @see #setUnsettableVAT(VAT)
- * @see org.eclipse.emf.cdo.tests.model2.legacy.Model2Package#getUnsettable2WithDefault_UnsettableVAT()
+ * @see org.eclipse.emf.cdo.tests.model2.Model2Package#getUnsettable2WithDefault_UnsettableVAT()
* @model default="vat15" unsettable="true"
* @generated
*/
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/impl/Model2FactoryImpl.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/impl/Model2FactoryImpl.java
index 098c8e9589..efbfe112ab 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/impl/Model2FactoryImpl.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/impl/Model2FactoryImpl.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
*/
@@ -34,6 +34,8 @@ import org.eclipse.emf.ecore.plugin.EcorePlugin;
import java.util.Map;
+//import org.eclipse.emf.cdo.tests.model2.*;
+
/**
* <!-- begin-user-doc --> An implementation of the model <b>Factory</b>. <!-- end-user-doc -->
* @generated
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/impl/Model2FactoryImpl.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/impl/Model2FactoryImpl.java
index 512becf304..5f10b1fa51 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/impl/Model2FactoryImpl.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/impl/Model2FactoryImpl.java
@@ -34,6 +34,8 @@ import org.eclipse.emf.ecore.plugin.EcorePlugin;
import java.util.Map;
+//import org.eclipse.emf.cdo.tests.model2.*;
+
/**
* <!-- begin-user-doc --> An implementation of the model <b>Factory</b>. <!-- end-user-doc -->
* @generated
@@ -42,7 +44,7 @@ public class Model2FactoryImpl extends EFactoryImpl implements Model2Factory
{
/**
* Creates the default factory implementation. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated NOT
*/
public static Model2Factory init()
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/util/Model2AdapterFactory.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/util/Model2AdapterFactory.java
index e8971eabb6..1f7da0b112 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/util/Model2AdapterFactory.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/util/Model2AdapterFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
*/
@@ -34,6 +34,8 @@ import org.eclipse.emf.ecore.EObject;
import java.util.Map;
+//import org.eclipse.emf.cdo.tests.model2.*;
+
/**
* <!-- begin-user-doc -->
* The <b>Adapter Factory</b> for the model.
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/util/Model2Switch.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/util/Model2Switch.java
index f2b4c2258f..55f8313468 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/util/Model2Switch.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/legacy/util/Model2Switch.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
*/
@@ -33,6 +33,8 @@ import org.eclipse.emf.ecore.util.Switch;
import java.util.Map;
+//import org.eclipse.emf.cdo.tests.model2.*;
+
/**
* <!-- begin-user-doc -->
* The <b>Switch</b> for the model's inheritance hierarchy.
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/util/Model2AdapterFactory.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/util/Model2AdapterFactory.java
index 6a1727c557..9aeb114c34 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/util/Model2AdapterFactory.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/util/Model2AdapterFactory.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
*/
@@ -34,6 +34,8 @@ import org.eclipse.emf.ecore.EObject;
import java.util.Map;
+//import org.eclipse.emf.cdo.tests.model2.*;
+
/**
* <!-- begin-user-doc --> The <b>Adapter Factory</b> for the model. It provides an adapter <code>createXXX</code>
* method for each class of the model. <!-- end-user-doc -->
@@ -274,7 +276,7 @@ public class Model2AdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model2.Task <em>Task</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.emf.cdo.tests.model2.Task
* @generated
@@ -383,7 +385,7 @@ public class Model2AdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link java.util.Map.Entry <em>String To String Map</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see java.util.Map.Entry
* @generated
@@ -397,7 +399,7 @@ public class Model2AdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link java.util.Map.Entry <em>Integer To String Map</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see java.util.Map.Entry
* @generated
@@ -411,7 +413,7 @@ public class Model2AdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link java.util.Map.Entry <em>String To VAT Map</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see java.util.Map.Entry
* @generated
@@ -452,7 +454,7 @@ public class Model2AdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link java.util.Map.Entry <em>EObject To EObject Map</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see java.util.Map.Entry
* @generated
@@ -521,7 +523,7 @@ public class Model2AdapterFactory extends AdapterFactoryImpl
* Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model1.Order <em>Order</em>}'. <!--
* begin-user-doc --> This default implementation returns null so that we can easily ignore cases; it's useful to
* ignore a case when inheritance will catch all the cases anyway. <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @see org.eclipse.emf.cdo.tests.model1.Order
* @generated
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/util/Model2Switch.java b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/util/Model2Switch.java
index 549053c335..58198bec47 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/util/Model2Switch.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/src/org/eclipse/emf/cdo/tests/model2/util/Model2Switch.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
*/
@@ -33,6 +33,8 @@ import org.eclipse.emf.ecore.util.Switch;
import java.util.Map;
+//import org.eclipse.emf.cdo.tests.model2.*;
+
/**
* <!-- begin-user-doc --> The <b>Switch</b> for the model's inheritance hierarchy. It supports the call
* {@link #doSwitch(EObject) doSwitch(object)} to invoke the <code>caseXXX</code> method for each class of the model,
@@ -270,7 +272,7 @@ public class Model2Switch<T> extends Switch<T>
* Returns the result of interpreting the object as an instance of '<em>Special Purchase Order</em>'. <!--
* begin-user-doc --> This implementation returns null; returning a non-null result will terminate the switch. <!--
* end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Special Purchase Order</em>'.
@@ -328,7 +330,7 @@ public class Model2Switch<T> extends Switch<T>
* Returns the result of interpreting the object as an instance of '<em>Unsettable2 With Default</em>'. <!--
* begin-user-doc --> This implementation returns null; returning a non-null result will terminate the switch. <!--
* end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Unsettable2 With Default</em>'.
@@ -344,7 +346,7 @@ public class Model2Switch<T> extends Switch<T>
* Returns the result of interpreting the object as an instance of '<em>Persistent Containment</em>'. <!--
* begin-user-doc --> This implementation returns null; returning a non-null result will terminate the switch. <!--
* end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Persistent Containment</em>'.
@@ -388,7 +390,7 @@ public class Model2Switch<T> extends Switch<T>
* Returns the result of interpreting the object as an instance of '<em>Not Unsettable With Default</em>'. <!--
* begin-user-doc --> This implementation returns null; returning a non-null result will terminate the switch. <!--
* end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Not Unsettable With Default</em>'.
@@ -418,7 +420,7 @@ public class Model2Switch<T> extends Switch<T>
* Returns the result of interpreting the object as an instance of '<em>String To String Map</em>'. <!--
* begin-user-doc --> This implementation returns null; returning a non-null result will terminate the switch. <!--
* end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>String To String Map</em>'.
@@ -434,7 +436,7 @@ public class Model2Switch<T> extends Switch<T>
* Returns the result of interpreting the object as an instance of '<em>Integer To String Map</em>'. <!--
* begin-user-doc --> This implementation returns null; returning a non-null result will terminate the switch. <!--
* end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Integer To String Map</em>'.
@@ -464,7 +466,7 @@ public class Model2Switch<T> extends Switch<T>
* Returns the result of interpreting the object as an instance of '<em>String To Address Containment Map</em>'. <!--
* begin-user-doc --> This implementation returns null; returning a non-null result will terminate the switch. <!--
* end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>String To Address Containment Map</em>'.
@@ -480,7 +482,7 @@ public class Model2Switch<T> extends Switch<T>
* Returns the result of interpreting the object as an instance of '<em>String To Address Reference Map</em>'. <!--
* begin-user-doc --> This implementation returns null; returning a non-null result will terminate the switch. <!--
* end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>String To Address Reference Map</em>'.
@@ -496,7 +498,7 @@ public class Model2Switch<T> extends Switch<T>
* Returns the result of interpreting the object as an instance of '<em>EObject To EObject Map</em>'. <!--
* begin-user-doc --> This implementation returns null; returning a non-null result will terminate the switch. <!--
* end-user-doc -->
- *
+ *
* @param object
* the target of the switch.
* @return the result of interpreting the object as an instance of '<em>EObject To EObject Map</em>'.

Back to the top