From 364c7897a153a12b904932f9118f01d51d8ffefa Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Sat, 10 Jan 2009 07:56:55 +0000 Subject: [260613] Cleanup cdo.common plugin https://bugs.eclipse.org/bugs/show_bug.cgi?id=260613 --- .../.project | 6 + .../IContainedElementNoParentLink.java | 5 +- .../IMultiRefContainedElement.java | 15 +- .../tests/model4interfaces/IMultiRefContainer.java | 7 +- .../model4interfaces/IMultiRefContainerNPL.java | 13 +- .../IMultiRefNonContainedElement.java | 15 +- .../model4interfaces/IMultiRefNonContainer.java | 16 +- .../model4interfaces/IMultiRefNonContainerNPL.java | 13 +- .../cdo/tests/model4interfaces/INamedElement.java | 19 +- .../ISingleRefContainedElement.java | 15 +- .../model4interfaces/ISingleRefContainer.java | 15 +- .../model4interfaces/ISingleRefContainerNPL.java | 19 +- .../ISingleRefNonContainedElement.java | 15 +- .../model4interfaces/ISingleRefNonContainer.java | 15 +- .../ISingleRefNonContainerNPL.java | 19 +- .../impl/model4interfacesFactoryImpl.java | 14 +- .../impl/model4interfacesPackageImpl.java | 86 +++-- .../model4interfaces/model4interfacesFactory.java | 11 +- .../model4interfaces/model4interfacesPackage.java | 379 ++++++++++++--------- .../util/model4interfacesAdapterFactory.java | 80 +++-- .../util/model4interfacesSwitch.java | 28 +- 21 files changed, 466 insertions(+), 339 deletions(-) (limited to 'plugins/org.eclipse.emf.cdo.tests.model4interfaces') diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/.project b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/.project index 7ff2b128de..4ca5a49f05 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/.project +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/.project @@ -20,9 +20,15 @@ + + org.eclipse.pde.api.tools.apiAnalysisBuilder + + + org.eclipse.jdt.core.javanature org.eclipse.pde.PluginNature + org.eclipse.pde.api.tools.apiAnalysisNature diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IContainedElementNoParentLink.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IContainedElementNoParentLink.java index 84ce4e0957..b45181e8a9 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IContainedElementNoParentLink.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IContainedElementNoParentLink.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: IContainedElementNoParentLink.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: IContainedElementNoParentLink.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -17,8 +17,7 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'IContained Element No Parent Link'. * - * - * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getIContainedElementNoParentLink() * @model interface="true" abstract="true" * @generated diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainedElement.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainedElement.java index a3760f8172..0f5d622616 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainedElement.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainedElement.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: IMultiRefContainedElement.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: IMultiRefContainedElement.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -17,14 +17,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'IMulti Ref Contained Element'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getIMultiRefContainedElement() * @model interface="true" abstract="true" * @generated @@ -51,9 +50,11 @@ public interface IMultiRefContainedElement extends EObject IMultiRefContainer getParent(); /** - * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement#getParent Parent}' container reference. - * - * @param value the new value of the 'Parent' container reference. + * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement#getParent + * Parent}' container reference. + * + * @param value + * the new value of the 'Parent' container reference. * @see #getParent() * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainer.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainer.java index 13e9f37d80..c5740be7fe 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainer.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainer.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: IMultiRefContainer.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: IMultiRefContainer.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -18,14 +18,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'IMulti Ref Container'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getIMultiRefContainer() * @model interface="true" abstract="true" * @generated diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainerNPL.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainerNPL.java index a5dd2ee606..1695411bb1 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainerNPL.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefContainerNPL.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: IMultiRefContainerNPL.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: IMultiRefContainerNPL.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -18,14 +18,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'IMulti Ref Container NPL'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getIMultiRefContainerNPL() * @model interface="true" abstract="true" * @generated @@ -33,14 +32,14 @@ import org.eclipse.emf.ecore.EObject; public interface IMultiRefContainerNPL extends EObject { /** - * Returns the value of the 'Elements' containment reference list. - * The list contents are of type {@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink}. - * + * Returns the value of the 'Elements' containment reference list. The list contents are of type + * {@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink}. *

* If the meaning of the 'Elements' containment reference list isn't clear, there really should be more of a * description here... *

* + * * @return the value of the 'Elements' containment reference list. * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getIMultiRefContainerNPL_Elements() * @model containment="true" diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainedElement.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainedElement.java index 999a1b1abe..bdcdf84188 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainedElement.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainedElement.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: IMultiRefNonContainedElement.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: IMultiRefNonContainedElement.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -17,14 +17,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'IMulti Ref Non Contained Element'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getIMultiRefNonContainedElement() * @model interface="true" abstract="true" * @generated @@ -51,9 +50,11 @@ public interface IMultiRefNonContainedElement extends EObject IMultiRefNonContainer getParent(); /** - * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement#getParent Parent}' reference. - * - * @param value the new value of the 'Parent' reference. + * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement#getParent + * Parent}' reference. + * + * @param value + * the new value of the 'Parent' reference. * @see #getParent() * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainer.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainer.java index d17d7f10d2..efb132a8f3 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainer.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainer.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: IMultiRefNonContainer.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: IMultiRefNonContainer.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -18,14 +18,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'IMulti Ref Non Container'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getIMultiRefNonContainer() * @model interface="true" abstract="true" * @generated @@ -33,15 +32,16 @@ import org.eclipse.emf.ecore.EObject; public interface IMultiRefNonContainer extends EObject { /** - * Returns the value of the 'Elements' reference list. - * The list contents are of type {@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement}. - * It is bidirectional and its opposite is '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement#getParent Parent}'. - * + * Returns the value of the 'Elements' reference list. The list contents are of type + * {@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement}. It is bidirectional and its + * opposite is '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement#getParent + * Parent}'. *

* If the meaning of the 'Elements' reference isn't clear, there really should be more of a description * here... *

* + * * @return the value of the 'Elements' reference list. * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getIMultiRefNonContainer_Elements() * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement#getParent diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainerNPL.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainerNPL.java index 066b0f3b13..db1c345bf5 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainerNPL.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/IMultiRefNonContainerNPL.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: IMultiRefNonContainerNPL.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: IMultiRefNonContainerNPL.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -18,14 +18,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'IMulti Ref Non Container NPL'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getIMultiRefNonContainerNPL() * @model interface="true" abstract="true" * @generated @@ -33,14 +32,14 @@ import org.eclipse.emf.ecore.EObject; public interface IMultiRefNonContainerNPL extends EObject { /** - * Returns the value of the 'Elements' reference list. - * The list contents are of type {@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink}. - * + * Returns the value of the 'Elements' reference list. The list contents are of type + * {@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink}. *

* If the meaning of the 'Elements' reference list isn't clear, there really should be more of a description * here... *

* + * * @return the value of the 'Elements' reference list. * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getIMultiRefNonContainerNPL_Elements() * @model diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/INamedElement.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/INamedElement.java index ab74577a5c..40395ea6ae 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/INamedElement.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/INamedElement.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: INamedElement.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: INamedElement.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -16,14 +16,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'INamed Element'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getINamedElement() * @model interface="true" abstract="true" * @generated @@ -31,12 +30,12 @@ import org.eclipse.emf.ecore.EObject; public interface INamedElement extends EObject { /** - * Returns the value of the 'Name' attribute. - * + * Returns the value of the 'Name' attribute. *

* If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here... *

* + * * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getINamedElement_Name() @@ -46,9 +45,11 @@ public interface INamedElement extends EObject String getName(); /** - * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement#getName Name}' attribute. - * - * @param value the new value of the 'Name' attribute. + * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement#getName Name}' + * attribute. + * + * @param value + * the new value of the 'Name' attribute. * @see #getName() * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainedElement.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainedElement.java index 3e2e29d127..fb1ac3837c 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainedElement.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainedElement.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: ISingleRefContainedElement.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: ISingleRefContainedElement.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -17,14 +17,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'ISingle Ref Contained Element'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getISingleRefContainedElement() * @model interface="true" abstract="true" * @generated @@ -51,9 +50,11 @@ public interface ISingleRefContainedElement extends EObject ISingleRefContainer getParent(); /** - * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement#getParent Parent}' container reference. - * - * @param value the new value of the 'Parent' container reference. + * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement#getParent + * Parent}' container reference. + * + * @param value + * the new value of the 'Parent' container reference. * @see #getParent() * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainer.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainer.java index 367f509b1c..371b0454a3 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainer.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainer.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: ISingleRefContainer.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: ISingleRefContainer.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -17,14 +17,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'ISingle Ref Container'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getISingleRefContainer() * @model interface="true" abstract="true" * @generated @@ -51,9 +50,11 @@ public interface ISingleRefContainer extends EObject ISingleRefContainedElement getElement(); /** - * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainer#getElement Element}' containment reference. - * - * @param value the new value of the 'Element' containment reference. + * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainer#getElement + * Element}' containment reference. + * + * @param value + * the new value of the 'Element' containment reference. * @see #getElement() * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainerNPL.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainerNPL.java index cd2fd6c10b..e0da553ceb 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainerNPL.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefContainerNPL.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: ISingleRefContainerNPL.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: ISingleRefContainerNPL.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -17,14 +17,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'ISingle Ref Container NPL'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getISingleRefContainerNPL() * @model interface="true" abstract="true" * @generated @@ -32,13 +31,13 @@ import org.eclipse.emf.ecore.EObject; public interface ISingleRefContainerNPL extends EObject { /** - * Returns the value of the 'Element' containment reference. - * + * Returns the value of the 'Element' containment reference. *

* If the meaning of the 'Element' containment reference isn't clear, there really should be more of a * description here... *

* + * * @return the value of the 'Element' containment reference. * @see #setElement(IContainedElementNoParentLink) * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getISingleRefContainerNPL_Element() @@ -48,9 +47,11 @@ public interface ISingleRefContainerNPL extends EObject IContainedElementNoParentLink getElement(); /** - * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainerNPL#getElement Element}' containment reference. - * - * @param value the new value of the 'Element' containment reference. + * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainerNPL#getElement + * Element}' containment reference. + * + * @param value + * the new value of the 'Element' containment reference. * @see #getElement() * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainedElement.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainedElement.java index 52640feca4..c90f2a9f69 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainedElement.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainedElement.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: ISingleRefNonContainedElement.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: ISingleRefNonContainedElement.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -17,14 +17,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'ISingle Ref Non Contained Element'. * - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getISingleRefNonContainedElement() * @model interface="true" abstract="true" * @generated @@ -50,9 +49,11 @@ public interface ISingleRefNonContainedElement extends EObject ISingleRefNonContainer getParent(); /** - * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement#getParent Parent}' reference. - * - * @param value the new value of the 'Parent' reference. + * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement#getParent + * Parent}' reference. + * + * @param value + * the new value of the 'Parent' reference. * @see #getParent() * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainer.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainer.java index 829497267c..8441b8265f 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainer.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainer.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: ISingleRefNonContainer.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: ISingleRefNonContainer.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -17,14 +17,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'ISingle Ref Non Container'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getISingleRefNonContainer() * @model interface="true" abstract="true" * @generated @@ -51,9 +50,11 @@ public interface ISingleRefNonContainer extends EObject ISingleRefNonContainedElement getElement(); /** - * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainer#getElement Element}' reference. - * - * @param value the new value of the 'Element' reference. + * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainer#getElement + * Element}' reference. + * + * @param value + * the new value of the 'Element' reference. * @see #getElement() * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainerNPL.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainerNPL.java index 93f2b0c7b7..6e5986ff21 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainerNPL.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/ISingleRefNonContainerNPL.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: ISingleRefNonContainerNPL.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: ISingleRefNonContainerNPL.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -17,14 +17,13 @@ import org.eclipse.emf.ecore.EObject; /** * A representation of the model object 'ISingle Ref Non Container NPL'. - * *

* The following features are supported: *

*

- * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getISingleRefNonContainerNPL() * @model interface="true" abstract="true" * @generated @@ -32,13 +31,13 @@ import org.eclipse.emf.ecore.EObject; public interface ISingleRefNonContainerNPL extends EObject { /** - * Returns the value of the 'Element' reference. - * + * Returns the value of the 'Element' reference. *

* If the meaning of the 'Element' reference isn't clear, there really should be more of a description * here... *

* + * * @return the value of the 'Element' reference. * @see #setElement(IContainedElementNoParentLink) * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage#getISingleRefNonContainerNPL_Element() @@ -48,9 +47,11 @@ public interface ISingleRefNonContainerNPL extends EObject IContainedElementNoParentLink getElement(); /** - * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL#getElement Element}' reference. - * - * @param value the new value of the 'Element' reference. + * Sets the value of the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL#getElement + * Element}' reference. + * + * @param value + * the new value of the 'Element' reference. * @see #getElement() * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/impl/model4interfacesFactoryImpl.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/impl/model4interfacesFactoryImpl.java index e045c913f3..227fc04ed6 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/impl/model4interfacesFactoryImpl.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/impl/model4interfacesFactoryImpl.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: model4interfacesFactoryImpl.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: model4interfacesFactoryImpl.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces.impl; @@ -23,13 +23,14 @@ import org.eclipse.emf.ecore.plugin.EcorePlugin; /** * An implementation of the model Factory. + * * @generated */ public class model4interfacesFactoryImpl extends EFactoryImpl implements model4interfacesFactory { /** - * Creates the default factory implementation. - * + * Creates the default factory implementation. + * * @generated */ public static model4interfacesFactory init() @@ -51,8 +52,8 @@ public class model4interfacesFactoryImpl extends EFactoryImpl implements model4i } /** - * Creates an instance of the factory. - * + * Creates an instance of the factory. + * * @generated */ public model4interfacesFactoryImpl() @@ -62,6 +63,7 @@ public class model4interfacesFactoryImpl extends EFactoryImpl implements model4i /** * + * * @generated */ @Override @@ -76,6 +78,7 @@ public class model4interfacesFactoryImpl extends EFactoryImpl implements model4i /** * + * * @generated */ public model4interfacesPackage getmodel4interfacesPackage() @@ -85,6 +88,7 @@ public class model4interfacesFactoryImpl extends EFactoryImpl implements model4i /** * + * * @deprecated * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/impl/model4interfacesPackageImpl.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/impl/model4interfacesPackageImpl.java index 6fc42010e3..87f2949961 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/impl/model4interfacesPackageImpl.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/impl/model4interfacesPackageImpl.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: model4interfacesPackageImpl.java,v 1.5 2008-12-28 17:57:05 estepper Exp $ + * $Id: model4interfacesPackageImpl.java,v 1.6 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces.impl; @@ -37,90 +37,105 @@ import org.eclipse.emf.ecore.impl.EPackageImpl; /** * An implementation of the model Package. + * * @generated */ public class model4interfacesPackageImpl extends EPackageImpl implements model4interfacesPackage { /** * + * * @generated */ private EClass iSingleRefContainerEClass = null; /** * + * * @generated */ private EClass iSingleRefContainedElementEClass = null; /** * + * * @generated */ private EClass iSingleRefNonContainerEClass = null; /** * + * * @generated */ private EClass iSingleRefNonContainedElementEClass = null; /** * + * * @generated */ private EClass iMultiRefContainerEClass = null; /** * + * * @generated */ private EClass iMultiRefContainedElementEClass = null; /** * + * * @generated */ private EClass iMultiRefNonContainerEClass = null; /** * + * * @generated */ private EClass iMultiRefNonContainedElementEClass = null; /** * + * * @generated */ private EClass iNamedElementEClass = null; /** * + * * @generated */ private EClass iContainedElementNoParentLinkEClass = null; /** * + * * @generated */ private EClass iSingleRefContainerNPLEClass = null; /** * + * * @generated */ private EClass iSingleRefNonContainerNPLEClass = null; /** * + * * @generated */ private EClass iMultiRefContainerNPLEClass = null; /** * + * * @generated */ private EClass iMultiRefNonContainerNPLEClass = null; @@ -145,27 +160,24 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ private static boolean isInited = false; /** - * Creates, registers, and initializes the Package for this - * model, and for any others upon which it depends. Simple - * dependencies are satisfied by calling this method on all - * dependent packages before doing anything else. This method drives - * initialization for interdependent packages directly, in parallel - * with this package, itself. - *

Of this package and its interdependencies, all packages which - * have not yet been registered by their URI values are first created - * and registered. The packages are then initialized in two steps: - * meta-model objects for all of the packages are created before any - * are initialized, since one package's meta-model objects may refer to - * those of another. - *

Invocation of this method will not affect any packages that have - * already been initialized. - * + * Creates, registers, and initializes the Package for this model, and for any others upon which it depends. + * Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This + * method drives initialization for interdependent packages directly, in parallel with this package, itself. + *

+ * Of this package and its interdependencies, all packages which have not yet been registered by their URI values are + * first created and registered. The packages are then initialized in two steps: meta-model objects for all of the + * packages are created before any are initialized, since one package's meta-model objects may refer to those of + * another. + *

+ * Invocation of this method will not affect any packages that have already been initialized. * + * * @see #eNS_URI * @see #createPackageContents() * @see #initializePackageContents() @@ -197,6 +209,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getISingleRefContainer() @@ -206,6 +219,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getISingleRefContainer_Element() @@ -215,6 +229,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getISingleRefContainedElement() @@ -224,6 +239,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getISingleRefContainedElement_Parent() @@ -233,6 +249,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getISingleRefNonContainer() @@ -242,6 +259,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getISingleRefNonContainer_Element() @@ -251,6 +269,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getISingleRefNonContainedElement() @@ -260,6 +279,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getISingleRefNonContainedElement_Parent() @@ -269,6 +289,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getIMultiRefContainer() @@ -278,6 +299,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getIMultiRefContainer_Elements() @@ -287,6 +309,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getIMultiRefContainedElement() @@ -296,6 +319,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getIMultiRefContainedElement_Parent() @@ -305,6 +329,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getIMultiRefNonContainer() @@ -314,6 +339,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getIMultiRefNonContainer_Elements() @@ -323,6 +349,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getIMultiRefNonContainedElement() @@ -332,6 +359,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getIMultiRefNonContainedElement_Parent() @@ -341,6 +369,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getINamedElement() @@ -350,6 +379,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EAttribute getINamedElement_Name() @@ -359,6 +389,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getIContainedElementNoParentLink() @@ -368,6 +399,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getISingleRefContainerNPL() @@ -377,6 +409,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getISingleRefContainerNPL_Element() @@ -386,6 +419,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getISingleRefNonContainerNPL() @@ -395,6 +429,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getISingleRefNonContainerNPL_Element() @@ -404,6 +439,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getIMultiRefContainerNPL() @@ -413,6 +449,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getIMultiRefContainerNPL_Elements() @@ -422,6 +459,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EClass getIMultiRefNonContainerNPL() @@ -431,6 +469,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public EReference getIMultiRefNonContainerNPL_Elements() @@ -440,6 +479,7 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ public model4interfacesFactory getmodel4interfacesFactory() @@ -449,14 +489,15 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ private boolean isCreated = false; /** - * Creates the meta-model objects for the package. This method is - * guarded to have no affect on any invocation but its first. - * + * Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its + * first. + * * @generated */ public void createPackageContents() @@ -510,14 +551,15 @@ public class model4interfacesPackageImpl extends EPackageImpl implements model4i /** * + * * @generated */ private boolean isInitialized = false; /** - * Complete the initialization of the package and its meta-model. This - * method is guarded to have no affect on any invocation but its first. - * + * Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any + * invocation but its first. + * * @generated */ public void initializePackageContents() diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/model4interfacesFactory.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/model4interfacesFactory.java index c8771e5cb3..e5b1fc1cc7 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/model4interfacesFactory.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/model4interfacesFactory.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: model4interfacesFactory.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: model4interfacesFactory.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -17,22 +17,23 @@ import org.eclipse.emf.ecore.EFactory; /** * The Factory for the model. It provides a create method for each non-abstract class of * the model. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage * @generated */ public interface model4interfacesFactory extends EFactory { /** - * The singleton instance of the factory. - * + * The singleton instance of the factory. + * * @generated */ model4interfacesFactory eINSTANCE = org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesFactoryImpl .init(); /** - * Returns the package supported by this factory. - * + * Returns the package supported by this factory. + * * @return the package supported by this factory. * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/model4interfacesPackage.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/model4interfacesPackage.java index 593e89cc33..e7203d1316 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/model4interfacesPackage.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/model4interfacesPackage.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: model4interfacesPackage.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: model4interfacesPackage.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces; @@ -26,6 +26,7 @@ import org.eclipse.emf.ecore.EReference; *

  • and each data type
  • * * + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesFactory * @model kind="package" * @generated @@ -33,37 +34,38 @@ import org.eclipse.emf.ecore.EReference; public interface model4interfacesPackage extends EPackage { /** - * The package name. - * + * The package name. + * * @generated */ String eNAME = "model4interfaces"; /** - * The package namespace URI. - * + * The package namespace URI. + * * @generated */ String eNS_URI = "http://www.eclipse.org/emf/CDO/tests/model4interfaces/1.0.0"; /** - * The package namespace name. - * + * The package namespace name. + * * @generated */ String eNS_PREFIX = "model4interfaces"; /** - * The singleton instance of the package. - * + * The singleton instance of the package. + * * @generated */ model4interfacesPackage eINSTANCE = org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl .init(); /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainer ISingle Ref Container}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainer + * ISingle Ref Container}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainer * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefContainer() * @generated @@ -80,17 +82,18 @@ public interface model4interfacesPackage extends EPackage int ISINGLE_REF_CONTAINER__ELEMENT = 0; /** - * The number of structural features of the 'ISingle Ref Container' class. - * + * * @generated * @ordered */ int ISINGLE_REF_CONTAINER_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement ISingle Ref Contained Element}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement + * ISingle Ref Contained Element}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefContainedElement() * @generated @@ -98,25 +101,26 @@ public interface model4interfacesPackage extends EPackage int ISINGLE_REF_CONTAINED_ELEMENT = 1; /** - * The feature id for the 'Parent' container reference. - * + * The feature id for the 'Parent' container reference. + * * @generated * @ordered */ int ISINGLE_REF_CONTAINED_ELEMENT__PARENT = 0; /** - * The number of structural features of the 'ISingle Ref Contained Element' class. - * + * The number of structural features of the 'ISingle Ref Contained Element' class. * + * * @generated * @ordered */ int ISINGLE_REF_CONTAINED_ELEMENT_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainer ISingle Ref Non Container}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainer + * ISingle Ref Non Container}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainer * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefNonContainer() * @generated @@ -124,25 +128,26 @@ public interface model4interfacesPackage extends EPackage int ISINGLE_REF_NON_CONTAINER = 2; /** - * The feature id for the 'Element' reference. - * + * The feature id for the 'Element' reference. + * * @generated * @ordered */ int ISINGLE_REF_NON_CONTAINER__ELEMENT = 0; /** - * The number of structural features of the 'ISingle Ref Non Container' class. - * + * * @generated * @ordered */ int ISINGLE_REF_NON_CONTAINER_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement ISingle Ref Non Contained Element}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement + * ISingle Ref Non Contained Element}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefNonContainedElement() * @generated @@ -150,25 +155,26 @@ public interface model4interfacesPackage extends EPackage int ISINGLE_REF_NON_CONTAINED_ELEMENT = 3; /** - * The feature id for the 'Parent' reference. - * + * The feature id for the 'Parent' reference. + * * @generated * @ordered */ int ISINGLE_REF_NON_CONTAINED_ELEMENT__PARENT = 0; /** - * The number of structural features of the 'ISingle Ref Non Contained Element' class. - * + * * @generated * @ordered */ int ISINGLE_REF_NON_CONTAINED_ELEMENT_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer IMulti Ref Container}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer + * IMulti Ref Container}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefContainer() * @generated @@ -176,26 +182,27 @@ public interface model4interfacesPackage extends EPackage int IMULTI_REF_CONTAINER = 4; /** - * The feature id for the 'Elements' containment reference list. - * + * * @generated * @ordered */ int IMULTI_REF_CONTAINER__ELEMENTS = 0; /** - * The number of structural features of the 'IMulti Ref Container' class. - * + * * @generated * @ordered */ int IMULTI_REF_CONTAINER_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement IMulti Ref Contained Element}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement + * IMulti Ref Contained Element}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefContainedElement() * @generated @@ -203,25 +210,26 @@ public interface model4interfacesPackage extends EPackage int IMULTI_REF_CONTAINED_ELEMENT = 5; /** - * The feature id for the 'Parent' container reference. - * + * The feature id for the 'Parent' container reference. + * * @generated * @ordered */ int IMULTI_REF_CONTAINED_ELEMENT__PARENT = 0; /** - * The number of structural features of the 'IMulti Ref Contained Element' class. - * + * The number of structural features of the 'IMulti Ref Contained Element' class. * + * * @generated * @ordered */ int IMULTI_REF_CONTAINED_ELEMENT_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainer IMulti Ref Non Container}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainer + * IMulti Ref Non Container}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainer * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefNonContainer() * @generated @@ -229,25 +237,26 @@ public interface model4interfacesPackage extends EPackage int IMULTI_REF_NON_CONTAINER = 6; /** - * The feature id for the 'Elements' reference list. - * + * The feature id for the 'Elements' reference list. + * * @generated * @ordered */ int IMULTI_REF_NON_CONTAINER__ELEMENTS = 0; /** - * The number of structural features of the 'IMulti Ref Non Container' class. - * + * * @generated * @ordered */ int IMULTI_REF_NON_CONTAINER_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement IMulti Ref Non Contained Element}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement + * IMulti Ref Non Contained Element}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefNonContainedElement() * @generated @@ -255,25 +264,26 @@ public interface model4interfacesPackage extends EPackage int IMULTI_REF_NON_CONTAINED_ELEMENT = 7; /** - * The feature id for the 'Parent' reference. - * + * The feature id for the 'Parent' reference. + * * @generated * @ordered */ int IMULTI_REF_NON_CONTAINED_ELEMENT__PARENT = 0; /** - * The number of structural features of the 'IMulti Ref Non Contained Element' class. - * + * The number of structural features of the 'IMulti Ref Non Contained Element' class. * + * * @generated * @ordered */ int IMULTI_REF_NON_CONTAINED_ELEMENT_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement INamed Element}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement + * INamed Element}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.INamedElement * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getINamedElement() * @generated @@ -281,8 +291,8 @@ public interface model4interfacesPackage extends EPackage int INAMED_ELEMENT = 8; /** - * The feature id for the 'Name' attribute. - * + * The feature id for the 'Name' attribute. + * * @generated * @ordered */ @@ -298,8 +308,9 @@ public interface model4interfacesPackage extends EPackage int INAMED_ELEMENT_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink IContained Element No Parent Link}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink + * IContained Element No Parent Link}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIContainedElementNoParentLink() * @generated @@ -307,17 +318,18 @@ public interface model4interfacesPackage extends EPackage int ICONTAINED_ELEMENT_NO_PARENT_LINK = 9; /** - * The number of structural features of the 'IContained Element No Parent Link' class. - * + * * @generated * @ordered */ int ICONTAINED_ELEMENT_NO_PARENT_LINK_FEATURE_COUNT = 0; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainerNPL ISingle Ref Container NPL}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainerNPL + * ISingle Ref Container NPL}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainerNPL * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefContainerNPL() * @generated @@ -334,17 +346,18 @@ public interface model4interfacesPackage extends EPackage int ISINGLE_REF_CONTAINER_NPL__ELEMENT = 0; /** - * The number of structural features of the 'ISingle Ref Container NPL' class. - * + * * @generated * @ordered */ int ISINGLE_REF_CONTAINER_NPL_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL ISingle Ref Non Container NPL}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL + * ISingle Ref Non Container NPL}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefNonContainerNPL() * @generated @@ -352,25 +365,26 @@ public interface model4interfacesPackage extends EPackage int ISINGLE_REF_NON_CONTAINER_NPL = 11; /** - * The feature id for the 'Element' reference. - * + * The feature id for the 'Element' reference. + * * @generated * @ordered */ int ISINGLE_REF_NON_CONTAINER_NPL__ELEMENT = 0; /** - * The number of structural features of the 'ISingle Ref Non Container NPL' class. - * + * The number of structural features of the 'ISingle Ref Non Container NPL' class. * + * * @generated * @ordered */ int ISINGLE_REF_NON_CONTAINER_NPL_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainerNPL IMulti Ref Container NPL}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainerNPL + * IMulti Ref Container NPL}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainerNPL * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefContainerNPL() * @generated @@ -378,26 +392,27 @@ public interface model4interfacesPackage extends EPackage int IMULTI_REF_CONTAINER_NPL = 12; /** - * The feature id for the 'Elements' containment reference list. - * + * * @generated * @ordered */ int IMULTI_REF_CONTAINER_NPL__ELEMENTS = 0; /** - * The number of structural features of the 'IMulti Ref Container NPL' class. - * + * * @generated * @ordered */ int IMULTI_REF_CONTAINER_NPL_FEATURE_COUNT = 1; /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL IMulti Ref Non Container NPL}' class. - * + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL + * IMulti Ref Non Container NPL}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefNonContainerNPL() * @generated @@ -405,25 +420,26 @@ public interface model4interfacesPackage extends EPackage int IMULTI_REF_NON_CONTAINER_NPL = 13; /** - * The feature id for the 'Elements' reference list. - * + * The feature id for the 'Elements' reference list. + * * @generated * @ordered */ int IMULTI_REF_NON_CONTAINER_NPL__ELEMENTS = 0; /** - * The number of structural features of the 'IMulti Ref Non Container NPL' class. - * + * The number of structural features of the 'IMulti Ref Non Container NPL' class. * + * * @generated * @ordered */ int IMULTI_REF_NON_CONTAINER_NPL_FEATURE_COUNT = 1; /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainer ISingle Ref Container}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainer + * ISingle Ref Container}'. + * * @return the meta object for class 'ISingle Ref Container'. * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainer * @generated @@ -443,8 +459,9 @@ public interface model4interfacesPackage extends EPackage EReference getISingleRefContainer_Element(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement ISingle Ref Contained Element}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement + * ISingle Ref Contained Element}'. + * * @return the meta object for class 'ISingle Ref Contained Element'. * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement * @generated @@ -464,8 +481,9 @@ public interface model4interfacesPackage extends EPackage EReference getISingleRefContainedElement_Parent(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainer ISingle Ref Non Container}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainer + * ISingle Ref Non Container}'. + * * @return the meta object for class 'ISingle Ref Non Container'. * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainer * @generated @@ -485,8 +503,9 @@ public interface model4interfacesPackage extends EPackage EReference getISingleRefNonContainer_Element(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement ISingle Ref Non Contained Element}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement + * ISingle Ref Non Contained Element}'. + * * @return the meta object for class 'ISingle Ref Non Contained Element'. * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement * @generated @@ -506,8 +525,9 @@ public interface model4interfacesPackage extends EPackage EReference getISingleRefNonContainedElement_Parent(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer IMulti Ref Container}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer + * IMulti Ref Container}'. + * * @return the meta object for class 'IMulti Ref Container'. * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer * @generated @@ -527,8 +547,9 @@ public interface model4interfacesPackage extends EPackage EReference getIMultiRefContainer_Elements(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement IMulti Ref Contained Element}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement + * IMulti Ref Contained Element}'. + * * @return the meta object for class 'IMulti Ref Contained Element'. * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement * @generated @@ -548,8 +569,9 @@ public interface model4interfacesPackage extends EPackage EReference getIMultiRefContainedElement_Parent(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainer IMulti Ref Non Container}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainer + * IMulti Ref Non Container}'. + * * @return the meta object for class 'IMulti Ref Non Container'. * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainer * @generated @@ -569,8 +591,9 @@ public interface model4interfacesPackage extends EPackage EReference getIMultiRefNonContainer_Elements(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement IMulti Ref Non Contained Element}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement + * IMulti Ref Non Contained Element}'. + * * @return the meta object for class 'IMulti Ref Non Contained Element'. * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement * @generated @@ -590,8 +613,9 @@ public interface model4interfacesPackage extends EPackage EReference getIMultiRefNonContainedElement_Parent(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement INamed Element}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement + * INamed Element}'. + * * @return the meta object for class 'INamed Element'. * @see org.eclipse.emf.cdo.tests.model4interfaces.INamedElement * @generated @@ -599,8 +623,9 @@ public interface model4interfacesPackage extends EPackage EClass getINamedElement(); /** - * Returns the meta object for the attribute '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement#getName Name}'. - * + * Returns the meta object for the attribute '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement#getName + * Name}'. + * * @return the meta object for the attribute 'Name'. * @see org.eclipse.emf.cdo.tests.model4interfaces.INamedElement#getName() * @see #getINamedElement() @@ -609,8 +634,9 @@ public interface model4interfacesPackage extends EPackage EAttribute getINamedElement_Name(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink IContained Element No Parent Link}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink + * IContained Element No Parent Link}'. + * * @return the meta object for class 'IContained Element No Parent Link'. * @see org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink * @generated @@ -618,8 +644,9 @@ public interface model4interfacesPackage extends EPackage EClass getIContainedElementNoParentLink(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainerNPL ISingle Ref Container NPL}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainerNPL + * ISingle Ref Container NPL}'. + * * @return the meta object for class 'ISingle Ref Container NPL'. * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainerNPL * @generated @@ -639,8 +666,9 @@ public interface model4interfacesPackage extends EPackage EReference getISingleRefContainerNPL_Element(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL ISingle Ref Non Container NPL}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL + * ISingle Ref Non Container NPL}'. + * * @return the meta object for class 'ISingle Ref Non Container NPL'. * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL * @generated @@ -660,8 +688,9 @@ public interface model4interfacesPackage extends EPackage EReference getISingleRefNonContainerNPL_Element(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainerNPL IMulti Ref Container NPL}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainerNPL + * IMulti Ref Container NPL}'. + * * @return the meta object for class 'IMulti Ref Container NPL'. * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainerNPL * @generated @@ -681,8 +710,9 @@ public interface model4interfacesPackage extends EPackage EReference getIMultiRefContainerNPL_Elements(); /** - * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL IMulti Ref Non Container NPL}'. - * + * Returns the meta object for class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL + * IMulti Ref Non Container NPL}'. + * * @return the meta object for class 'IMulti Ref Non Container NPL'. * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL * @generated @@ -702,8 +732,8 @@ public interface model4interfacesPackage extends EPackage EReference getIMultiRefNonContainerNPL_Elements(); /** - * Returns the factory that creates the instances of the model. - * + * Returns the factory that creates the instances of the model. + * * @return the factory that creates the instances of the model. * @generated */ @@ -718,13 +748,15 @@ public interface model4interfacesPackage extends EPackage *
  • and each data type
  • * * + * * @generated */ interface Literals { /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainer ISingle Ref Container}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainer + * ISingle Ref Container}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainer * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefContainer() * @generated @@ -732,16 +764,17 @@ public interface model4interfacesPackage extends EPackage EClass ISINGLE_REF_CONTAINER = eINSTANCE.getISingleRefContainer(); /** - * The meta object literal for the 'Element' containment reference feature. - * + * The meta object literal for the 'Element' containment reference feature. * + * * @generated */ EReference ISINGLE_REF_CONTAINER__ELEMENT = eINSTANCE.getISingleRefContainer_Element(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement ISingle Ref Contained Element}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement + * ISingle Ref Contained Element}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefContainedElement() * @generated @@ -749,16 +782,17 @@ public interface model4interfacesPackage extends EPackage EClass ISINGLE_REF_CONTAINED_ELEMENT = eINSTANCE.getISingleRefContainedElement(); /** - * The meta object literal for the 'Parent' container reference feature. - * + * The meta object literal for the 'Parent' container reference feature. * + * * @generated */ EReference ISINGLE_REF_CONTAINED_ELEMENT__PARENT = eINSTANCE.getISingleRefContainedElement_Parent(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainer ISingle Ref Non Container}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainer + * ISingle Ref Non Container}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainer * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefNonContainer() * @generated @@ -766,16 +800,17 @@ public interface model4interfacesPackage extends EPackage EClass ISINGLE_REF_NON_CONTAINER = eINSTANCE.getISingleRefNonContainer(); /** - * The meta object literal for the 'Element' reference feature. - * + * * @generated */ EReference ISINGLE_REF_NON_CONTAINER__ELEMENT = eINSTANCE.getISingleRefNonContainer_Element(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement ISingle Ref Non Contained Element}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement + * ISingle Ref Non Contained Element}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefNonContainedElement() * @generated @@ -783,16 +818,17 @@ public interface model4interfacesPackage extends EPackage EClass ISINGLE_REF_NON_CONTAINED_ELEMENT = eINSTANCE.getISingleRefNonContainedElement(); /** - * The meta object literal for the 'Parent' reference feature. - * + * * @generated */ EReference ISINGLE_REF_NON_CONTAINED_ELEMENT__PARENT = eINSTANCE.getISingleRefNonContainedElement_Parent(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer IMulti Ref Container}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer + * IMulti Ref Container}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefContainer() * @generated @@ -808,8 +844,9 @@ public interface model4interfacesPackage extends EPackage EReference IMULTI_REF_CONTAINER__ELEMENTS = eINSTANCE.getIMultiRefContainer_Elements(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement IMulti Ref Contained Element}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement + * IMulti Ref Contained Element}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefContainedElement() * @generated @@ -817,16 +854,17 @@ public interface model4interfacesPackage extends EPackage EClass IMULTI_REF_CONTAINED_ELEMENT = eINSTANCE.getIMultiRefContainedElement(); /** - * The meta object literal for the 'Parent' container reference feature. - * + * The meta object literal for the 'Parent' container reference feature. * + * * @generated */ EReference IMULTI_REF_CONTAINED_ELEMENT__PARENT = eINSTANCE.getIMultiRefContainedElement_Parent(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainer IMulti Ref Non Container}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainer + * IMulti Ref Non Container}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainer * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefNonContainer() * @generated @@ -834,16 +872,17 @@ public interface model4interfacesPackage extends EPackage EClass IMULTI_REF_NON_CONTAINER = eINSTANCE.getIMultiRefNonContainer(); /** - * The meta object literal for the 'Elements' reference list feature. - * + * * @generated */ EReference IMULTI_REF_NON_CONTAINER__ELEMENTS = eINSTANCE.getIMultiRefNonContainer_Elements(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement IMulti Ref Non Contained Element}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement + * IMulti Ref Non Contained Element}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefNonContainedElement() * @generated @@ -851,16 +890,17 @@ public interface model4interfacesPackage extends EPackage EClass IMULTI_REF_NON_CONTAINED_ELEMENT = eINSTANCE.getIMultiRefNonContainedElement(); /** - * The meta object literal for the 'Parent' reference feature. - * + * * @generated */ EReference IMULTI_REF_NON_CONTAINED_ELEMENT__PARENT = eINSTANCE.getIMultiRefNonContainedElement_Parent(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement INamed Element}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement + * INamed Element}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.INamedElement * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getINamedElement() * @generated @@ -868,16 +908,17 @@ public interface model4interfacesPackage extends EPackage EClass INAMED_ELEMENT = eINSTANCE.getINamedElement(); /** - * The meta object literal for the 'Name' attribute feature. - * + * * @generated */ EAttribute INAMED_ELEMENT__NAME = eINSTANCE.getINamedElement_Name(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink IContained Element No Parent Link}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink + * IContained Element No Parent Link}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIContainedElementNoParentLink() * @generated @@ -885,8 +926,9 @@ public interface model4interfacesPackage extends EPackage EClass ICONTAINED_ELEMENT_NO_PARENT_LINK = eINSTANCE.getIContainedElementNoParentLink(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainerNPL ISingle Ref Container NPL}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainerNPL + * ISingle Ref Container NPL}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainerNPL * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefContainerNPL() * @generated @@ -894,16 +936,17 @@ public interface model4interfacesPackage extends EPackage EClass ISINGLE_REF_CONTAINER_NPL = eINSTANCE.getISingleRefContainerNPL(); /** - * The meta object literal for the 'Element' containment reference feature. - * + * The meta object literal for the 'Element' containment reference feature. * + * * @generated */ EReference ISINGLE_REF_CONTAINER_NPL__ELEMENT = eINSTANCE.getISingleRefContainerNPL_Element(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL ISingle Ref Non Container NPL}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL + * ISingle Ref Non Container NPL}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getISingleRefNonContainerNPL() * @generated @@ -911,16 +954,17 @@ public interface model4interfacesPackage extends EPackage EClass ISINGLE_REF_NON_CONTAINER_NPL = eINSTANCE.getISingleRefNonContainerNPL(); /** - * The meta object literal for the 'Element' reference feature. - * + * * @generated */ EReference ISINGLE_REF_NON_CONTAINER_NPL__ELEMENT = eINSTANCE.getISingleRefNonContainerNPL_Element(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainerNPL IMulti Ref Container NPL}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainerNPL + * IMulti Ref Container NPL}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainerNPL * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefContainerNPL() * @generated @@ -936,8 +980,9 @@ public interface model4interfacesPackage extends EPackage EReference IMULTI_REF_CONTAINER_NPL__ELEMENTS = eINSTANCE.getIMultiRefContainerNPL_Elements(); /** - * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL IMulti Ref Non Container NPL}' class. - * + * The meta object literal for the '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL + * IMulti Ref Non Container NPL}' class. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL * @see org.eclipse.emf.cdo.tests.model4interfaces.impl.model4interfacesPackageImpl#getIMultiRefNonContainerNPL() * @generated @@ -945,9 +990,9 @@ public interface model4interfacesPackage extends EPackage EClass IMULTI_REF_NON_CONTAINER_NPL = eINSTANCE.getIMultiRefNonContainerNPL(); /** - * The meta object literal for the 'Elements' reference list feature. - * + * * @generated */ EReference IMULTI_REF_NON_CONTAINER_NPL__ELEMENTS = eINSTANCE.getIMultiRefNonContainerNPL_Elements(); diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/util/model4interfacesAdapterFactory.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/util/model4interfacesAdapterFactory.java index ba4c65f4a9..a3b16b2c75 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/util/model4interfacesAdapterFactory.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/util/model4interfacesAdapterFactory.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: model4interfacesAdapterFactory.java,v 1.4 2008-12-28 17:57:05 estepper Exp $ + * $Id: model4interfacesAdapterFactory.java,v 1.5 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces.util; @@ -36,21 +36,22 @@ import org.eclipse.emf.ecore.EObject; /** * The Adapter Factory for the model. It provides an adapter createXXX * method for each class of the model. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage * @generated */ public class model4interfacesAdapterFactory extends AdapterFactoryImpl { /** - * The cached model package. - * + * The cached model package. + * * @generated */ protected static model4interfacesPackage modelPackage; /** - * Creates an instance of the adapter factory. - * + * Creates an instance of the adapter factory. + * * @generated */ public model4interfacesAdapterFactory() @@ -62,10 +63,10 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * Returns whether this factory is applicable for the type of the object. - * This implementation + * Returns whether this factory is applicable for the type of the object. This implementation * returns true if the object is either the model's package or is an instance object of the model. + * * @return whether this factory is applicable for the type of the object. * @generated */ @@ -84,8 +85,8 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * The switch that delegates to the createXXX methods. - * + * The switch that delegates to the createXXX methods. + * * @generated */ protected model4interfacesSwitch modelSwitch = new model4interfacesSwitch() @@ -182,9 +183,10 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl }; /** - * Creates an adapter for the target. - * - * @param target the object to adapt. + * Creates an adapter for the target. + * + * @param target + * the object to adapt. * @return the adapter for the target. * @generated */ @@ -210,10 +212,12 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement ISingle Ref Contained Element}'. - * This default implementation returns null so that + * Creates a new adapter for an object of class ' + * {@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement + * ISingle Ref Contained Element}'. 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. + * * @return the new adapter. * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefContainedElement * @generated @@ -239,10 +243,12 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement ISingle Ref Non Contained Element}'. - * This default implementation returns null so + * Creates a new adapter for an object of class ' + * {@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement + * ISingle Ref Non Contained Element}'. 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. * + * * @return the new adapter. * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainedElement * @generated @@ -253,10 +259,11 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer IMulti Ref Container}'. - * This default implementation returns null so that we can + * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer + * IMulti Ref Container}'. 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. + * * @return the new adapter. * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainer * @generated @@ -267,9 +274,11 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement IMulti Ref Contained Element}'. - * This default implementation returns null so that we can easily ignore cases; it's useful + * Creates a new adapter for an object of class ' + * {@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement IMulti Ref Contained Element} + * '. 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. + * * @return the new adapter. * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefContainedElement * @generated @@ -295,10 +304,12 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement IMulti Ref Non Contained Element}'. - * This default implementation returns null so + * Creates a new adapter for an object of class ' + * {@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement + * IMulti Ref Non Contained Element}'. 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. * + * * @return the new adapter. * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainedElement * @generated @@ -309,9 +320,10 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement INamed Element}'. - * This default implementation returns null so that we can easily + * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model4interfaces.INamedElement + * INamed Element}'. 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. + * * @return the new adapter. * @see org.eclipse.emf.cdo.tests.model4interfaces.INamedElement * @generated @@ -322,10 +334,12 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink IContained Element No Parent Link}'. - * This default implementation returns null so + * Creates a new adapter for an object of class ' + * {@link org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink + * IContained Element No Parent Link}'. 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. * + * * @return the new adapter. * @see org.eclipse.emf.cdo.tests.model4interfaces.IContainedElementNoParentLink * @generated @@ -351,9 +365,11 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL ISingle Ref Non Container NPL}'. - * This default implementation returns null so that we can easily ignore cases; it's useful + * Creates a new adapter for an object of class ' + * {@link org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL ISingle Ref Non Container NPL} + * '. 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. + * * @return the new adapter. * @see org.eclipse.emf.cdo.tests.model4interfaces.ISingleRefNonContainerNPL * @generated @@ -379,9 +395,11 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL IMulti Ref Non Container NPL}'. + * Creates a new adapter for an object of class ' + * {@link org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL IMulti Ref Non Container NPL}'. * 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. + * * @return the new adapter. * @see org.eclipse.emf.cdo.tests.model4interfaces.IMultiRefNonContainerNPL * @generated @@ -392,9 +410,9 @@ public class model4interfacesAdapterFactory extends AdapterFactoryImpl } /** - * Creates a new adapter for the default case. - * This default implementation returns null. This default implementation returns null. + * * @return the new adapter. * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/util/model4interfacesSwitch.java b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/util/model4interfacesSwitch.java index 715ee69617..022db0ec69 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/util/model4interfacesSwitch.java +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/src/org/eclipse/emf/cdo/tests/model4interfaces/util/model4interfacesSwitch.java @@ -8,7 +8,7 @@ * Contributors: * Eike Stepper - initial API and implementation * - * $Id: model4interfacesSwitch.java,v 1.5 2008-12-28 17:57:05 estepper Exp $ + * $Id: model4interfacesSwitch.java,v 1.6 2009-01-10 07:56:24 estepper Exp $ */ package org.eclipse.emf.cdo.tests.model4interfaces.util; @@ -38,21 +38,22 @@ import java.util.List; * {@link #doSwitch(EObject) doSwitch(object)} to invoke the caseXXX method for each class of the model, * starting with the actual class of the object and proceeding up the inheritance hierarchy until a non-null result is * returned, which is the result of the switch. + * * @see org.eclipse.emf.cdo.tests.model4interfaces.model4interfacesPackage * @generated */ public class model4interfacesSwitch { /** - * The cached model package - * + * The cached model package + * * @generated */ protected static model4interfacesPackage modelPackage; /** - * Creates an instance of the switch. - * + * Creates an instance of the switch. + * * @generated */ public model4interfacesSwitch() @@ -66,6 +67,7 @@ public class model4interfacesSwitch /** * Calls caseXXX for each class of the model until one returns a non null result; it yields that result. * + * * @return the first non-null result returned by a caseXXX call. * @generated */ @@ -77,6 +79,7 @@ public class model4interfacesSwitch /** * Calls caseXXX for each class of the model until one returns a non null result; it yields that result. * + * * @return the first non-null result returned by a caseXXX call. * @generated */ @@ -96,6 +99,7 @@ public class model4interfacesSwitch /** * Calls caseXXX for each class of the model until one returns a non null result; it yields that result. * + * * @return the first non-null result returned by a caseXXX call. * @generated */ @@ -349,10 +353,11 @@ public class model4interfacesSwitch } /** - * Returns the result of interpreting the object as an instance of 'INamed Element'. - * + * Returns the result of interpreting the object as an instance of 'INamed Element'. * This implementation returns null; returning a non-null result will terminate the switch. - * @param object the target of the switch. + * + * @param object + * the target of the switch. * @return the result of interpreting the object as an instance of 'INamed Element'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) * @generated @@ -443,11 +448,12 @@ public class model4interfacesSwitch } /** - * Returns the result of interpreting the object as an instance of 'EObject'. - * This + * Returns the result of interpreting the object as an instance of 'EObject'. This * implementation returns null; returning a non-null result will terminate the switch, but this is the last case * anyway. - * @param object the target of the switch. + * + * @param object + * the target of the switch. * @return the result of interpreting the object as an instance of 'EObject'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) * @generated -- cgit v1.2.3