diff options
author | Eike Stepper | 2015-04-22 16:16:16 +0000 |
---|---|---|
committer | Eike Stepper | 2015-04-22 16:16:16 +0000 |
commit | d2c5b0ee9d0634fb6c79d99e6952ee0d7c752dd7 (patch) | |
tree | 6488f73e26dcddd9b1c7befccf7ba721215edce9 /plugins/org.eclipse.emf.cdo.dawn.examples.acore | |
parent | ef5341796d793607c49d863f8607f3193ceb08ae (diff) | |
download | cdo-d2c5b0ee9d0634fb6c79d99e6952ee0d7c752dd7.tar.gz cdo-d2c5b0ee9d0634fb6c79d99e6952ee0d7c752dd7.tar.xz cdo-d2c5b0ee9d0634fb6c79d99e6952ee0d7c752dd7.zip |
[Releng] Reformat everything with M6 formatter
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.examples.acore')
24 files changed, 453 insertions, 422 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/META-INF/MANIFEST.MF index a544cf3005..89855b6d6c 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/META-INF/MANIFEST.MF @@ -2,14 +2,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.cdo.dawn.examples.acore;singleton:=true -Bundle-Version: 1.0.300.qualifier +Bundle-Version: 1.0.400.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: org.eclipse.emf.cdo.dawn.examples.acore;version="1.0.300", - org.eclipse.emf.cdo.dawn.examples.acore.impl;version="1.0.300", - org.eclipse.emf.cdo.dawn.examples.acore.util;version="1.0.300" +Export-Package: org.eclipse.emf.cdo.dawn.examples.acore;version="1.0.400", + org.eclipse.emf.cdo.dawn.examples.acore.impl;version="1.0.400", + org.eclipse.emf.cdo.dawn.examples.acore.util;version="1.0.400" Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", org.eclipse.emf.ecore;bundle-version="[2.6.0,3.0.0)";visibility:=reexport, org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)";visibility:=reexport diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AAttribute.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AAttribute.java index d4943f8ca9..d219f17f22 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AAttribute.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AAttribute.java @@ -4,16 +4,16 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore; /** * <!-- begin-user-doc --> A representation of the model object '<em><b>AAttribute</b></em>'. <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAAttribute() * @model * @generated diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/ABasicClass.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/ABasicClass.java index 803a42981b..c59acb965b 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/ABasicClass.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/ABasicClass.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore; @@ -25,7 +25,7 @@ import org.eclipse.emf.common.util.EList; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass#getName <em>Name</em>}</li> * </ul> * </p> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getABasicClass() * @model * @extends CDOObject @@ -41,7 +41,7 @@ public interface ABasicClass extends CDOObject * a description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Operations</em>' containment reference list. * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getABasicClass_Operations() * @model containment="true" @@ -57,7 +57,7 @@ public interface ABasicClass extends CDOObject * a description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Attributes</em>' containment reference list. * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getABasicClass_Attributes() * @model containment="true" @@ -71,7 +71,7 @@ public interface ABasicClass extends CDOObject * If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getABasicClass_Name() @@ -83,7 +83,7 @@ public interface ABasicClass extends CDOObject /** * Sets the value of the '{@link org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass#getName <em>Name</em>}' * attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @param value * the new value of the '<em>Name</em>' attribute. * @see #getName() diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AClass.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AClass.java index c771637614..65d22bb2de 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AClass.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AClass.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore; @@ -25,7 +25,7 @@ import org.eclipse.emf.common.util.EList; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.AClass#getAggregations <em>Aggregations</em>}</li> * </ul> * </p> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAClass() * @model * @generated @@ -40,7 +40,7 @@ public interface AClass extends ABasicClass * description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Sub Classes</em>' reference list. * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAClass_SubClasses() * @model @@ -56,7 +56,7 @@ public interface AClass extends ABasicClass * a description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Implemented Interfaces</em>' reference list. * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAClass_ImplementedInterfaces() * @model @@ -72,7 +72,7 @@ public interface AClass extends ABasicClass * description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Associations</em>' reference list. * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAClass_Associations() * @model @@ -88,7 +88,7 @@ public interface AClass extends ABasicClass * description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Compositions</em>' reference list. * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAClass_Compositions() * @model @@ -104,7 +104,7 @@ public interface AClass extends ABasicClass * description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Aggregations</em>' reference list. * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAClass_Aggregations() * @model diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AClassChild.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AClassChild.java index 9d4016821b..6999f3133d 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AClassChild.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AClassChild.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore; @@ -23,7 +23,7 @@ import org.eclipse.emf.cdo.CDOObject; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getDataType <em>Data Type</em>}</li> * </ul> * </p> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAClassChild() * @model * @extends CDOObject @@ -38,7 +38,7 @@ public interface AClassChild extends CDOObject * If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAClassChild_Name() @@ -50,7 +50,7 @@ public interface AClassChild extends CDOObject /** * Sets the value of the '{@link org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getName <em>Name</em>}' * attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @param value * the new value of the '<em>Name</em>' attribute. * @see #getName() @@ -67,7 +67,7 @@ public interface AClassChild extends CDOObject * here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Accessright</em>' attribute. * @see org.eclipse.emf.cdo.dawn.examples.acore.AccessType * @see #isSetAccessright() @@ -82,7 +82,7 @@ public interface AClassChild extends CDOObject /** * Sets the value of the '{@link org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getAccessright * <em>Accessright</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @param value * the new value of the '<em>Accessright</em>' attribute. * @see org.eclipse.emf.cdo.dawn.examples.acore.AccessType @@ -96,7 +96,7 @@ public interface AClassChild extends CDOObject /** * Unsets the value of the '{@link org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getAccessright * <em>Accessright</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see #isSetAccessright() * @see #getAccessright() * @see #setAccessright(AccessType) @@ -107,7 +107,7 @@ public interface AClassChild extends CDOObject /** * Returns whether the value of the '{@link org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getAccessright * <em>Accessright</em>}' attribute is set. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return whether the value of the '<em>Accessright</em>' attribute is set. * @see #unsetAccessright() * @see #getAccessright() @@ -123,7 +123,7 @@ public interface AClassChild extends CDOObject * here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Data Type</em>' attribute. * @see #setDataType(String) * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAClassChild_DataType() @@ -135,7 +135,7 @@ public interface AClassChild extends CDOObject /** * Sets the value of the '{@link org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getDataType <em>Data Type</em>}' * attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @param value * the new value of the '<em>Data Type</em>' attribute. * @see #getDataType() diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/ACoreRoot.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/ACoreRoot.java index 34ae77ed68..54d3ca4be7 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/ACoreRoot.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/ACoreRoot.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore; @@ -25,7 +25,7 @@ import org.eclipse.emf.common.util.EList; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.ACoreRoot#getInterfaces <em>Interfaces</em>}</li> * </ul> * </p> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getACoreRoot() * @model * @extends CDOObject @@ -39,7 +39,7 @@ public interface ACoreRoot extends CDOObject * If the meaning of the '<em>Title</em>' attribute isn't clear, there really should be more of a description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Title</em>' attribute. * @see #setTitle(String) * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getACoreRoot_Title() @@ -51,7 +51,7 @@ public interface ACoreRoot extends CDOObject /** * Sets the value of the '{@link org.eclipse.emf.cdo.dawn.examples.acore.ACoreRoot#getTitle <em>Title</em>}' * attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @param value * the new value of the '<em>Title</em>' attribute. * @see #getTitle() @@ -67,7 +67,7 @@ public interface ACoreRoot extends CDOObject * description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Classes</em>' containment reference list. * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getACoreRoot_Classes() * @model containment="true" @@ -83,7 +83,7 @@ public interface ACoreRoot extends CDOObject * a description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Interfaces</em>' containment reference list. * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getACoreRoot_Interfaces() * @model containment="true" diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AInterface.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AInterface.java index 9f9c7c816a..dd542fac63 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AInterface.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AInterface.java @@ -4,16 +4,16 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore; /** * <!-- begin-user-doc --> A representation of the model object '<em><b>AInterface</b></em>'. <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAInterface() * @model * @generated diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AOperation.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AOperation.java index 2d149135aa..b773adaa52 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AOperation.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AOperation.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore; @@ -21,7 +21,7 @@ import org.eclipse.emf.common.util.EList; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.AOperation#getParameters <em>Parameters</em>}</li> * </ul> * </p> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAOperation() * @model * @generated @@ -36,7 +36,7 @@ public interface AOperation extends AClassChild * a description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Parameters</em>' containment reference list. * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAOperation_Parameters() * @model containment="true" diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AParameter.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AParameter.java index d37d46b9ac..643b4d8a40 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AParameter.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AParameter.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore; @@ -22,7 +22,7 @@ import org.eclipse.emf.cdo.CDOObject; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.AParameter#getType <em>Type</em>}</li> * </ul> * </p> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAParameter() * @model * @extends CDOObject @@ -36,7 +36,7 @@ public interface AParameter extends CDOObject * If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAParameter_Name() @@ -48,7 +48,7 @@ public interface AParameter extends CDOObject /** * Sets the value of the '{@link org.eclipse.emf.cdo.dawn.examples.acore.AParameter#getName <em>Name</em>}' attribute. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @param value * the new value of the '<em>Name</em>' attribute. * @see #getName() @@ -62,7 +62,7 @@ public interface AParameter extends CDOObject * If the meaning of the '<em>Type</em>' attribute isn't clear, there really should be more of a description here... * </p> * <!-- end-user-doc --> - * + * * @return the value of the '<em>Type</em>' attribute. * @see #setType(String) * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAParameter_Type() @@ -74,7 +74,7 @@ public interface AParameter extends CDOObject /** * Sets the value of the '{@link org.eclipse.emf.cdo.dawn.examples.acore.AParameter#getType <em>Type</em>}' attribute. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @param value * the new value of the '<em>Type</em>' attribute. * @see #getType() diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AccessType.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AccessType.java index a9962df7e2..c2b390191a 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AccessType.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AccessType.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore; @@ -20,7 +20,7 @@ import java.util.List; /** * <!-- begin-user-doc --> A representation of the literals of the enumeration '<em><b>Access Type</b></em>', and * utility methods for working with them. <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#getAccessType() * @model extendedMetaData="name='AccessType'" * @generated @@ -29,7 +29,7 @@ public enum AccessType implements Enumerator { /** * The '<em><b>PUBLIC</b></em>' literal object. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see #PUBLIC_VALUE * @generated * @ordered @@ -38,7 +38,7 @@ public enum AccessType implements Enumerator /** * The '<em><b>PRIVATE</b></em>' literal object. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see #PRIVATE_VALUE * @generated * @ordered @@ -47,7 +47,7 @@ public enum AccessType implements Enumerator /** * The '<em><b>PROECTED</b></em>' literal object. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see #PROECTED_VALUE * @generated * @ordered @@ -56,7 +56,7 @@ public enum AccessType implements Enumerator /** * The '<em><b>PACKAGE</b></em>' literal object. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see #PACKAGE_VALUE * @generated * @ordered @@ -70,7 +70,7 @@ public enum AccessType implements Enumerator * here... * </p> * <!-- end-user-doc --> - * + * * @see #PUBLIC * @model literal="public" * @generated @@ -85,7 +85,7 @@ public enum AccessType implements Enumerator * description here... * </p> * <!-- end-user-doc --> - * + * * @see #PRIVATE * @model literal="private" * @generated @@ -100,7 +100,7 @@ public enum AccessType implements Enumerator * description here... * </p> * <!-- end-user-doc --> - * + * * @see #PROECTED * @model literal="protected" * @generated @@ -115,7 +115,7 @@ public enum AccessType implements Enumerator * description here... * </p> * <!-- end-user-doc --> - * + * * @see #PACKAGE * @model literal="package" * @generated @@ -125,7 +125,7 @@ public enum AccessType implements Enumerator /** * An array of all the '<em><b>Access Type</b></em>' enumerators. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private static final AccessType[] VALUES_ARRAY = new AccessType[] { PUBLIC, PRIVATE, PROECTED, PACKAGE, }; @@ -133,7 +133,7 @@ public enum AccessType implements Enumerator /** * A public read-only list of all the '<em><b>Access Type</b></em>' enumerators. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ public static final List<AccessType> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY)); @@ -141,7 +141,7 @@ public enum AccessType implements Enumerator /** * Returns the '<em><b>Access Type</b></em>' literal with the specified literal value. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ public static AccessType get(String literal) @@ -160,7 +160,7 @@ public enum AccessType implements Enumerator /** * Returns the '<em><b>Access Type</b></em>' literal with the specified name. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ public static AccessType getByName(String name) @@ -179,7 +179,7 @@ public enum AccessType implements Enumerator /** * Returns the '<em><b>Access Type</b></em>' literal with the specified integer value. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ public static AccessType get(int value) @@ -200,28 +200,28 @@ public enum AccessType implements Enumerator /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private final int value; /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private final String name; /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private final String literal; /** * Only this class can construct instances. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private AccessType(int value, String name, String literal) @@ -233,7 +233,7 @@ public enum AccessType implements Enumerator /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public int getValue() @@ -243,7 +243,7 @@ public enum AccessType implements Enumerator /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public String getName() @@ -253,7 +253,7 @@ public enum AccessType implements Enumerator /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public String getLiteral() @@ -264,7 +264,7 @@ public enum AccessType implements Enumerator /** * Returns the literal value of the enumerator, which is its string representation. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ @Override diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AcoreFactory.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AcoreFactory.java index 4c6cfdc5ad..affaecf44b 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AcoreFactory.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AcoreFactory.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore; @@ -16,7 +16,7 @@ import org.eclipse.emf.ecore.EFactory; /** * <!-- begin-user-doc --> The <b>Factory</b> for the model. It provides a create method for each non-abstract class of * the model. <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage * @generated */ @@ -24,14 +24,14 @@ public interface AcoreFactory extends EFactory { /** * The singleton instance of the factory. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ AcoreFactory eINSTANCE = org.eclipse.emf.cdo.dawn.examples.acore.impl.AcoreFactoryImpl.init(); /** * Returns a new object of class '<em>AClass</em>'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return a new object of class '<em>AClass</em>'. * @generated */ @@ -39,7 +39,7 @@ public interface AcoreFactory extends EFactory /** * Returns a new object of class '<em>AInterface</em>'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return a new object of class '<em>AInterface</em>'. * @generated */ @@ -47,7 +47,7 @@ public interface AcoreFactory extends EFactory /** * Returns a new object of class '<em>ACore Root</em>'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return a new object of class '<em>ACore Root</em>'. * @generated */ @@ -55,7 +55,7 @@ public interface AcoreFactory extends EFactory /** * Returns a new object of class '<em>AAttribute</em>'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return a new object of class '<em>AAttribute</em>'. * @generated */ @@ -63,7 +63,7 @@ public interface AcoreFactory extends EFactory /** * Returns a new object of class '<em>AOperation</em>'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return a new object of class '<em>AOperation</em>'. * @generated */ @@ -71,7 +71,7 @@ public interface AcoreFactory extends EFactory /** * Returns a new object of class '<em>ABasic Class</em>'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return a new object of class '<em>ABasic Class</em>'. * @generated */ @@ -79,7 +79,7 @@ public interface AcoreFactory extends EFactory /** * Returns a new object of class '<em>AParameter</em>'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return a new object of class '<em>AParameter</em>'. * @generated */ @@ -87,7 +87,7 @@ public interface AcoreFactory extends EFactory /** * Returns a new object of class '<em>AClass Child</em>'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return a new object of class '<em>AClass Child</em>'. * @generated */ @@ -95,7 +95,7 @@ public interface AcoreFactory extends EFactory /** * Returns the package supported by this factory. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the package supported by this factory. * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AcorePackage.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AcorePackage.java index cdda052425..eef2d7c829 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AcorePackage.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/AcorePackage.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore; @@ -27,7 +27,7 @@ import org.eclipse.emf.ecore.EReference; * <li>and each data type</li> * </ul> * <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcoreFactory * @model kind="package" * @generated @@ -36,28 +36,28 @@ public interface AcorePackage extends EPackage { /** * The package name. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ String eNAME = "acore"; /** * The package namespace URI. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ String eNS_URI = "http://www.eclipse.org/emf/cdo/dawn/examples/2010/ACore"; /** * The package namespace name. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ String eNS_PREFIX = "acore"; /** * The singleton instance of the package. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ AcorePackage eINSTANCE = org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl.init(); @@ -65,7 +65,7 @@ public interface AcorePackage extends EPackage /** * The meta object id for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.ABasicClassImpl * <em>ABasic Class</em>}' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.ABasicClassImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getABasicClass() * @generated @@ -75,7 +75,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Operations</b></em>' containment reference list. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated * @ordered */ @@ -84,7 +84,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Attributes</b></em>' containment reference list. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated * @ordered */ @@ -92,7 +92,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -101,7 +101,7 @@ public interface AcorePackage extends EPackage /** * The number of structural features of the '<em>ABasic Class</em>' class. <!-- begin-user-doc --> <!-- end-user-doc * --> - * + * * @generated * @ordered */ @@ -110,7 +110,7 @@ public interface AcorePackage extends EPackage /** * The meta object id for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AClassImpl <em>AClass</em>}' class. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AClassImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAClass() * @generated @@ -120,7 +120,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Operations</b></em>' containment reference list. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated * @ordered */ @@ -129,7 +129,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Attributes</b></em>' containment reference list. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated * @ordered */ @@ -137,7 +137,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -145,7 +145,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Sub Classes</b></em>' reference list. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -154,7 +154,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Implemented Interfaces</b></em>' reference list. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated * @ordered */ @@ -162,7 +162,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Associations</b></em>' reference list. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -170,7 +170,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Compositions</b></em>' reference list. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -178,7 +178,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Aggregations</b></em>' reference list. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -186,7 +186,7 @@ public interface AcorePackage extends EPackage /** * The number of structural features of the '<em>AClass</em>' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -195,7 +195,7 @@ public interface AcorePackage extends EPackage /** * The meta object id for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AInterfaceImpl <em>AInterface</em>} * ' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AInterfaceImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAInterface() * @generated @@ -205,7 +205,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Operations</b></em>' containment reference list. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated * @ordered */ @@ -214,7 +214,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Attributes</b></em>' containment reference list. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated * @ordered */ @@ -222,7 +222,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -230,7 +230,7 @@ public interface AcorePackage extends EPackage /** * The number of structural features of the '<em>AInterface</em>' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -239,7 +239,7 @@ public interface AcorePackage extends EPackage /** * The meta object id for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.ACoreRootImpl <em>ACore Root</em>}' * class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.ACoreRootImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getACoreRoot() * @generated @@ -248,7 +248,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Title</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -257,7 +257,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Classes</b></em>' containment reference list. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated * @ordered */ @@ -266,7 +266,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Interfaces</b></em>' containment reference list. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated * @ordered */ @@ -274,7 +274,7 @@ public interface AcorePackage extends EPackage /** * The number of structural features of the '<em>ACore Root</em>' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -283,7 +283,7 @@ public interface AcorePackage extends EPackage /** * The meta object id for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AClassChildImpl * <em>AClass Child</em>}' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AClassChildImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAClassChild() * @generated @@ -292,7 +292,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -300,7 +300,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Accessright</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -308,7 +308,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Data Type</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -317,7 +317,7 @@ public interface AcorePackage extends EPackage /** * The number of structural features of the '<em>AClass Child</em>' class. <!-- begin-user-doc --> <!-- end-user-doc * --> - * + * * @generated * @ordered */ @@ -326,7 +326,7 @@ public interface AcorePackage extends EPackage /** * The meta object id for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AAttributeImpl <em>AAttribute</em>} * ' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AAttributeImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAAttribute() * @generated @@ -335,7 +335,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -343,7 +343,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Accessright</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -351,7 +351,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Data Type</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -359,7 +359,7 @@ public interface AcorePackage extends EPackage /** * The number of structural features of the '<em>AAttribute</em>' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -368,7 +368,7 @@ public interface AcorePackage extends EPackage /** * The meta object id for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AOperationImpl <em>AOperation</em>} * ' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AOperationImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAOperation() * @generated @@ -377,7 +377,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -385,7 +385,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Accessright</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -393,7 +393,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Data Type</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -402,7 +402,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Parameters</b></em>' containment reference list. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated * @ordered */ @@ -410,7 +410,7 @@ public interface AcorePackage extends EPackage /** * The number of structural features of the '<em>AOperation</em>' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -419,7 +419,7 @@ public interface AcorePackage extends EPackage /** * The meta object id for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AParameterImpl <em>AParameter</em>} * ' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AParameterImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAParameter() * @generated @@ -428,7 +428,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -436,7 +436,7 @@ public interface AcorePackage extends EPackage /** * The feature id for the '<em><b>Type</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -444,7 +444,7 @@ public interface AcorePackage extends EPackage /** * The number of structural features of the '<em>AParameter</em>' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated * @ordered */ @@ -453,7 +453,7 @@ public interface AcorePackage extends EPackage /** * The meta object id for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.AccessType <em>Access Type</em>}' enum. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AccessType * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAccessType() * @generated @@ -462,7 +462,7 @@ public interface AcorePackage extends EPackage /** * The meta object id for the '<em>Access Type Object</em>' data type. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AccessType * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAccessTypeObject() * @generated @@ -472,7 +472,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AClass <em>AClass</em>}'. <!-- * begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for class '<em>AClass</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AClass * @generated @@ -483,7 +483,7 @@ public interface AcorePackage extends EPackage * Returns the meta object for the reference list ' * {@link org.eclipse.emf.cdo.dawn.examples.acore.AClass#getSubClasses <em>Sub Classes</em>}'. <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @return the meta object for the reference list '<em>Sub Classes</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AClass#getSubClasses() * @see #getAClass() @@ -495,7 +495,7 @@ public interface AcorePackage extends EPackage * Returns the meta object for the reference list ' * {@link org.eclipse.emf.cdo.dawn.examples.acore.AClass#getImplementedInterfaces <em>Implemented Interfaces</em>}'. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for the reference list '<em>Implemented Interfaces</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AClass#getImplementedInterfaces() * @see #getAClass() @@ -507,7 +507,7 @@ public interface AcorePackage extends EPackage * Returns the meta object for the reference list ' * {@link org.eclipse.emf.cdo.dawn.examples.acore.AClass#getAssociations <em>Associations</em>}'. <!-- begin-user-doc * --> <!-- end-user-doc --> - * + * * @return the meta object for the reference list '<em>Associations</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AClass#getAssociations() * @see #getAClass() @@ -519,7 +519,7 @@ public interface AcorePackage extends EPackage * Returns the meta object for the reference list ' * {@link org.eclipse.emf.cdo.dawn.examples.acore.AClass#getCompositions <em>Compositions</em>}'. <!-- begin-user-doc * --> <!-- end-user-doc --> - * + * * @return the meta object for the reference list '<em>Compositions</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AClass#getCompositions() * @see #getAClass() @@ -531,7 +531,7 @@ public interface AcorePackage extends EPackage * Returns the meta object for the reference list ' * {@link org.eclipse.emf.cdo.dawn.examples.acore.AClass#getAggregations <em>Aggregations</em>}'. <!-- begin-user-doc * --> <!-- end-user-doc --> - * + * * @return the meta object for the reference list '<em>Aggregations</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AClass#getAggregations() * @see #getAClass() @@ -542,7 +542,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AInterface <em>AInterface</em>}'. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for class '<em>AInterface</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AInterface * @generated @@ -552,7 +552,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for class '{@link org.eclipse.emf.cdo.dawn.examples.acore.ACoreRoot <em>ACore Root</em>}'. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for class '<em>ACore Root</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.ACoreRoot * @generated @@ -562,7 +562,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for the attribute '{@link org.eclipse.emf.cdo.dawn.examples.acore.ACoreRoot#getTitle * <em>Title</em>}'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for the attribute '<em>Title</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.ACoreRoot#getTitle() * @see #getACoreRoot() @@ -574,7 +574,7 @@ public interface AcorePackage extends EPackage * Returns the meta object for the containment reference list ' * {@link org.eclipse.emf.cdo.dawn.examples.acore.ACoreRoot#getClasses <em>Classes</em>}'. <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @return the meta object for the containment reference list '<em>Classes</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.ACoreRoot#getClasses() * @see #getACoreRoot() @@ -586,7 +586,7 @@ public interface AcorePackage extends EPackage * Returns the meta object for the containment reference list ' * {@link org.eclipse.emf.cdo.dawn.examples.acore.ACoreRoot#getInterfaces <em>Interfaces</em>}'. <!-- begin-user-doc * --> <!-- end-user-doc --> - * + * * @return the meta object for the containment reference list '<em>Interfaces</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.ACoreRoot#getInterfaces() * @see #getACoreRoot() @@ -597,7 +597,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AAttribute <em>AAttribute</em>}'. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for class '<em>AAttribute</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AAttribute * @generated @@ -607,7 +607,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AOperation <em>AOperation</em>}'. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for class '<em>AOperation</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AOperation * @generated @@ -618,7 +618,7 @@ public interface AcorePackage extends EPackage * Returns the meta object for the containment reference list ' * {@link org.eclipse.emf.cdo.dawn.examples.acore.AOperation#getParameters <em>Parameters</em>}'. <!-- begin-user-doc * --> <!-- end-user-doc --> - * + * * @return the meta object for the containment reference list '<em>Parameters</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AOperation#getParameters() * @see #getAOperation() @@ -629,7 +629,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for class '{@link org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass * <em>ABasic Class</em>}'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for class '<em>ABasic Class</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass * @generated @@ -640,7 +640,7 @@ public interface AcorePackage extends EPackage * Returns the meta object for the containment reference list ' * {@link org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass#getOperations <em>Operations</em>}'. <!-- begin-user-doc * --> <!-- end-user-doc --> - * + * * @return the meta object for the containment reference list '<em>Operations</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass#getOperations() * @see #getABasicClass() @@ -652,7 +652,7 @@ public interface AcorePackage extends EPackage * Returns the meta object for the containment reference list ' * {@link org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass#getAttributes <em>Attributes</em>}'. <!-- begin-user-doc * --> <!-- end-user-doc --> - * + * * @return the meta object for the containment reference list '<em>Attributes</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass#getAttributes() * @see #getABasicClass() @@ -663,7 +663,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for the attribute '{@link org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass#getName * <em>Name</em>}'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for the attribute '<em>Name</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass#getName() * @see #getABasicClass() @@ -674,7 +674,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AParameter <em>AParameter</em>}'. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for class '<em>AParameter</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AParameter * @generated @@ -684,7 +684,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for the attribute '{@link org.eclipse.emf.cdo.dawn.examples.acore.AParameter#getName * <em>Name</em>}'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for the attribute '<em>Name</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AParameter#getName() * @see #getAParameter() @@ -695,7 +695,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for the attribute '{@link org.eclipse.emf.cdo.dawn.examples.acore.AParameter#getType * <em>Type</em>}'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for the attribute '<em>Type</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AParameter#getType() * @see #getAParameter() @@ -706,7 +706,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AClassChild * <em>AClass Child</em>}'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for class '<em>AClass Child</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AClassChild * @generated @@ -716,7 +716,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for the attribute '{@link org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getName * <em>Name</em>}'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for the attribute '<em>Name</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getName() * @see #getAClassChild() @@ -728,7 +728,7 @@ public interface AcorePackage extends EPackage * Returns the meta object for the attribute ' * {@link org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getAccessright <em>Accessright</em>}'. <!-- * begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for the attribute '<em>Accessright</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getAccessright() * @see #getAClassChild() @@ -739,7 +739,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for the attribute '{@link org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getDataType * <em>Data Type</em>}'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for the attribute '<em>Data Type</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AClassChild#getDataType() * @see #getAClassChild() @@ -750,7 +750,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for enum '{@link org.eclipse.emf.cdo.dawn.examples.acore.AccessType <em>Access Type</em>}'. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for enum '<em>Access Type</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AccessType * @generated @@ -760,7 +760,7 @@ public interface AcorePackage extends EPackage /** * Returns the meta object for data type '{@link org.eclipse.emf.cdo.dawn.examples.acore.AccessType * <em>Access Type Object</em>}'. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the meta object for data type '<em>Access Type Object</em>'. * @see org.eclipse.emf.cdo.dawn.examples.acore.AccessType * @model instanceClass="org.eclipse.emf.cdo.dawn.examples.acore.AccessType" @@ -771,7 +771,7 @@ public interface AcorePackage extends EPackage /** * Returns the factory that creates the instances of the model. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the factory that creates the instances of the model. * @generated */ @@ -786,7 +786,7 @@ public interface AcorePackage extends EPackage * <li>and each data type</li> * </ul> * <!-- end-user-doc --> - * + * * @generated */ interface Literals @@ -794,7 +794,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AClassImpl <em>AClass</em>}' * class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AClassImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAClass() * @generated @@ -804,7 +804,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Sub Classes</b></em>' reference list feature. <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @generated */ EReference ACLASS__SUB_CLASSES = eINSTANCE.getAClass_SubClasses(); @@ -812,7 +812,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Implemented Interfaces</b></em>' reference list feature. <!-- * begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ EReference ACLASS__IMPLEMENTED_INTERFACES = eINSTANCE.getAClass_ImplementedInterfaces(); @@ -820,7 +820,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Associations</b></em>' reference list feature. <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @generated */ EReference ACLASS__ASSOCIATIONS = eINSTANCE.getAClass_Associations(); @@ -828,7 +828,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Compositions</b></em>' reference list feature. <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @generated */ EReference ACLASS__COMPOSITIONS = eINSTANCE.getAClass_Compositions(); @@ -836,7 +836,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Aggregations</b></em>' reference list feature. <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @generated */ EReference ACLASS__AGGREGATIONS = eINSTANCE.getAClass_Aggregations(); @@ -844,7 +844,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AInterfaceImpl * <em>AInterface</em>}' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AInterfaceImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAInterface() * @generated @@ -854,7 +854,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.ACoreRootImpl * <em>ACore Root</em>}' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.ACoreRootImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getACoreRoot() * @generated @@ -864,7 +864,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Title</b></em>' attribute feature. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ EAttribute ACORE_ROOT__TITLE = eINSTANCE.getACoreRoot_Title(); @@ -872,7 +872,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Classes</b></em>' containment reference list feature. <!-- begin-user-doc * --> <!-- end-user-doc --> - * + * * @generated */ EReference ACORE_ROOT__CLASSES = eINSTANCE.getACoreRoot_Classes(); @@ -880,7 +880,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Interfaces</b></em>' containment reference list feature. <!-- * begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ EReference ACORE_ROOT__INTERFACES = eINSTANCE.getACoreRoot_Interfaces(); @@ -888,7 +888,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AAttributeImpl * <em>AAttribute</em>}' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AAttributeImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAAttribute() * @generated @@ -898,7 +898,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AOperationImpl * <em>AOperation</em>}' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AOperationImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAOperation() * @generated @@ -908,7 +908,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Parameters</b></em>' containment reference list feature. <!-- * begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ EReference AOPERATION__PARAMETERS = eINSTANCE.getAOperation_Parameters(); @@ -916,7 +916,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.ABasicClassImpl * <em>ABasic Class</em>}' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.ABasicClassImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getABasicClass() * @generated @@ -926,7 +926,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Operations</b></em>' containment reference list feature. <!-- * begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ EReference ABASIC_CLASS__OPERATIONS = eINSTANCE.getABasicClass_Operations(); @@ -934,7 +934,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Attributes</b></em>' containment reference list feature. <!-- * begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ EReference ABASIC_CLASS__ATTRIBUTES = eINSTANCE.getABasicClass_Attributes(); @@ -942,7 +942,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Name</b></em>' attribute feature. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ EAttribute ABASIC_CLASS__NAME = eINSTANCE.getABasicClass_Name(); @@ -950,7 +950,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AParameterImpl * <em>AParameter</em>}' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AParameterImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAParameter() * @generated @@ -960,7 +960,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Name</b></em>' attribute feature. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ EAttribute APARAMETER__NAME = eINSTANCE.getAParameter_Name(); @@ -968,7 +968,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Type</b></em>' attribute feature. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ EAttribute APARAMETER__TYPE = eINSTANCE.getAParameter_Type(); @@ -976,7 +976,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AClassChildImpl * <em>AClass Child</em>}' class. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AClassChildImpl * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAClassChild() * @generated @@ -986,7 +986,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Name</b></em>' attribute feature. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ EAttribute ACLASS_CHILD__NAME = eINSTANCE.getAClassChild_Name(); @@ -994,7 +994,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Accessright</b></em>' attribute feature. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ EAttribute ACLASS_CHILD__ACCESSRIGHT = eINSTANCE.getAClassChild_Accessright(); @@ -1002,7 +1002,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em><b>Data Type</b></em>' attribute feature. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @generated */ EAttribute ACLASS_CHILD__DATA_TYPE = eINSTANCE.getAClassChild_DataType(); @@ -1010,7 +1010,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '{@link org.eclipse.emf.cdo.dawn.examples.acore.AccessType <em>Access Type</em>}' * enum. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AccessType * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAccessType() * @generated @@ -1020,7 +1020,7 @@ public interface AcorePackage extends EPackage /** * The meta object literal for the '<em>Access Type Object</em>' data type. <!-- begin-user-doc --> <!-- * end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AccessType * @see org.eclipse.emf.cdo.dawn.examples.acore.impl.AcorePackageImpl#getAccessTypeObject() * @generated diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AAttributeImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AAttributeImpl.java index 1c5e2b30b8..caf08b5626 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AAttributeImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AAttributeImpl.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.impl; @@ -20,14 +20,14 @@ import org.eclipse.emf.ecore.EClass; * <!-- begin-user-doc --> An implementation of the model object '<em><b>AAttribute</b></em>'. <!-- end-user-doc --> * <p> * </p> - * + * * @generated */ public class AAttributeImpl extends AClassChildImpl implements AAttribute { /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ protected AAttributeImpl() @@ -37,7 +37,7 @@ public class AAttributeImpl extends AClassChildImpl implements AAttribute /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/ABasicClassImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/ABasicClassImpl.java index ba64254891..c00eeef437 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/ABasicClassImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/ABasicClassImpl.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.impl; @@ -31,14 +31,14 @@ import org.eclipse.emf.ecore.EClass; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.ABasicClassImpl#getName <em>Name</em>}</li> * </ul> * </p> - * + * * @generated */ public class ABasicClassImpl extends CDOObjectImpl implements ABasicClass { /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ protected ABasicClassImpl() @@ -48,7 +48,7 @@ public class ABasicClassImpl extends CDOObjectImpl implements ABasicClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -59,7 +59,7 @@ public class ABasicClassImpl extends CDOObjectImpl implements ABasicClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -70,7 +70,7 @@ public class ABasicClassImpl extends CDOObjectImpl implements ABasicClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @SuppressWarnings("unchecked") @@ -81,7 +81,7 @@ public class ABasicClassImpl extends CDOObjectImpl implements ABasicClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @SuppressWarnings("unchecked") @@ -92,7 +92,7 @@ public class ABasicClassImpl extends CDOObjectImpl implements ABasicClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public String getName() @@ -102,7 +102,7 @@ public class ABasicClassImpl extends CDOObjectImpl implements ABasicClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public void setName(String newName) diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AClassChildImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AClassChildImpl.java index d741a5345a..bd14188ae6 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AClassChildImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AClassChildImpl.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.impl; @@ -29,14 +29,14 @@ import org.eclipse.emf.ecore.EClass; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AClassChildImpl#getDataType <em>Data Type</em>}</li> * </ul> * </p> - * + * * @generated */ public class AClassChildImpl extends CDOObjectImpl implements AClassChild { /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ protected AClassChildImpl() @@ -46,7 +46,7 @@ public class AClassChildImpl extends CDOObjectImpl implements AClassChild /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -57,7 +57,7 @@ public class AClassChildImpl extends CDOObjectImpl implements AClassChild /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -68,7 +68,7 @@ public class AClassChildImpl extends CDOObjectImpl implements AClassChild /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public String getName() @@ -78,7 +78,7 @@ public class AClassChildImpl extends CDOObjectImpl implements AClassChild /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public void setName(String newName) @@ -88,7 +88,7 @@ public class AClassChildImpl extends CDOObjectImpl implements AClassChild /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AccessType getAccessright() @@ -98,7 +98,7 @@ public class AClassChildImpl extends CDOObjectImpl implements AClassChild /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public void setAccessright(AccessType newAccessright) @@ -108,7 +108,7 @@ public class AClassChildImpl extends CDOObjectImpl implements AClassChild /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public void unsetAccessright() @@ -118,7 +118,7 @@ public class AClassChildImpl extends CDOObjectImpl implements AClassChild /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public boolean isSetAccessright() @@ -128,7 +128,7 @@ public class AClassChildImpl extends CDOObjectImpl implements AClassChild /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public String getDataType() @@ -138,7 +138,7 @@ public class AClassChildImpl extends CDOObjectImpl implements AClassChild /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public void setDataType(String newDataType) diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AClassImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AClassImpl.java index 272a8fe3e6..e24e38ce93 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AClassImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AClassImpl.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.impl; @@ -31,14 +31,14 @@ import org.eclipse.emf.ecore.EClass; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AClassImpl#getAggregations <em>Aggregations</em>}</li> * </ul> * </p> - * + * * @generated */ public class AClassImpl extends ABasicClassImpl implements AClass { /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ protected AClassImpl() @@ -48,7 +48,7 @@ public class AClassImpl extends ABasicClassImpl implements AClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -59,7 +59,7 @@ public class AClassImpl extends ABasicClassImpl implements AClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @SuppressWarnings("unchecked") @@ -70,7 +70,7 @@ public class AClassImpl extends ABasicClassImpl implements AClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @SuppressWarnings("unchecked") @@ -81,7 +81,7 @@ public class AClassImpl extends ABasicClassImpl implements AClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @SuppressWarnings("unchecked") @@ -92,7 +92,7 @@ public class AClassImpl extends ABasicClassImpl implements AClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @SuppressWarnings("unchecked") @@ -103,7 +103,7 @@ public class AClassImpl extends ABasicClassImpl implements AClass /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @SuppressWarnings("unchecked") diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/ACoreRootImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/ACoreRootImpl.java index 739367f366..c4948bc3fd 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/ACoreRootImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/ACoreRootImpl.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.impl; @@ -31,14 +31,14 @@ import org.eclipse.emf.ecore.EClass; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.ACoreRootImpl#getInterfaces <em>Interfaces</em>}</li> * </ul> * </p> - * + * * @generated */ public class ACoreRootImpl extends CDOObjectImpl implements ACoreRoot { /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ protected ACoreRootImpl() @@ -48,7 +48,7 @@ public class ACoreRootImpl extends CDOObjectImpl implements ACoreRoot /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -59,7 +59,7 @@ public class ACoreRootImpl extends CDOObjectImpl implements ACoreRoot /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -70,7 +70,7 @@ public class ACoreRootImpl extends CDOObjectImpl implements ACoreRoot /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public String getTitle() @@ -80,7 +80,7 @@ public class ACoreRootImpl extends CDOObjectImpl implements ACoreRoot /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public void setTitle(String newTitle) @@ -90,7 +90,7 @@ public class ACoreRootImpl extends CDOObjectImpl implements ACoreRoot /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @SuppressWarnings("unchecked") @@ -101,7 +101,7 @@ public class ACoreRootImpl extends CDOObjectImpl implements ACoreRoot /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @SuppressWarnings("unchecked") diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AInterfaceImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AInterfaceImpl.java index d6cf9ecd01..f491432afe 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AInterfaceImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AInterfaceImpl.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.impl; @@ -20,14 +20,14 @@ import org.eclipse.emf.ecore.EClass; * <!-- begin-user-doc --> An implementation of the model object '<em><b>AInterface</b></em>'. <!-- end-user-doc --> * <p> * </p> - * + * * @generated */ public class AInterfaceImpl extends ABasicClassImpl implements AInterface { /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ protected AInterfaceImpl() @@ -37,7 +37,7 @@ public class AInterfaceImpl extends ABasicClassImpl implements AInterface /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AOperationImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AOperationImpl.java index 4f45603793..61af199881 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AOperationImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AOperationImpl.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.impl; @@ -26,14 +26,14 @@ import org.eclipse.emf.ecore.EClass; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AOperationImpl#getParameters <em>Parameters</em>}</li> * </ul> * </p> - * + * * @generated */ public class AOperationImpl extends AClassChildImpl implements AOperation { /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ protected AOperationImpl() @@ -43,7 +43,7 @@ public class AOperationImpl extends AClassChildImpl implements AOperation /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -54,7 +54,7 @@ public class AOperationImpl extends AClassChildImpl implements AOperation /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @SuppressWarnings("unchecked") diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AParameterImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AParameterImpl.java index ee788b1798..819507dafe 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AParameterImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AParameterImpl.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.impl; @@ -27,14 +27,14 @@ import org.eclipse.emf.ecore.EClass; * <li>{@link org.eclipse.emf.cdo.dawn.examples.acore.impl.AParameterImpl#getType <em>Type</em>}</li> * </ul> * </p> - * + * * @generated */ public class AParameterImpl extends CDOObjectImpl implements AParameter { /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ protected AParameterImpl() @@ -44,7 +44,7 @@ public class AParameterImpl extends CDOObjectImpl implements AParameter /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -55,7 +55,7 @@ public class AParameterImpl extends CDOObjectImpl implements AParameter /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -66,7 +66,7 @@ public class AParameterImpl extends CDOObjectImpl implements AParameter /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public String getName() @@ -76,7 +76,7 @@ public class AParameterImpl extends CDOObjectImpl implements AParameter /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public void setName(String newName) @@ -86,7 +86,7 @@ public class AParameterImpl extends CDOObjectImpl implements AParameter /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public String getType() @@ -96,7 +96,7 @@ public class AParameterImpl extends CDOObjectImpl implements AParameter /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public void setType(String newType) diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcoreFactoryImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcoreFactoryImpl.java index 3b2cfdef9a..174c364aba 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcoreFactoryImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcoreFactoryImpl.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.impl; @@ -32,14 +32,14 @@ import org.eclipse.emf.ecore.plugin.EcorePlugin; /** * <!-- begin-user-doc --> An implementation of the model <b>Factory</b>. <!-- end-user-doc --> - * + * * @generated */ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory { /** * Creates the default factory implementation. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public static AcoreFactory init() @@ -62,7 +62,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * Creates an instance of the factory. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AcoreFactoryImpl() @@ -72,7 +72,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -81,21 +81,21 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory switch (eClass.getClassifierID()) { case AcorePackage.ACLASS: - return (EObject)createAClass(); + return createAClass(); case AcorePackage.AINTERFACE: - return (EObject)createAInterface(); + return createAInterface(); case AcorePackage.ACORE_ROOT: - return (EObject)createACoreRoot(); + return createACoreRoot(); case AcorePackage.AATTRIBUTE: - return (EObject)createAAttribute(); + return createAAttribute(); case AcorePackage.AOPERATION: - return (EObject)createAOperation(); + return createAOperation(); case AcorePackage.ABASIC_CLASS: - return (EObject)createABasicClass(); + return createABasicClass(); case AcorePackage.APARAMETER: - return (EObject)createAParameter(); + return createAParameter(); case AcorePackage.ACLASS_CHILD: - return (EObject)createAClassChild(); + return createAClassChild(); default: throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); } @@ -103,7 +103,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -122,7 +122,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ @Override @@ -141,7 +141,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AClass createAClass() @@ -152,7 +152,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AInterface createAInterface() @@ -163,7 +163,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public ACoreRoot createACoreRoot() @@ -174,7 +174,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AAttribute createAAttribute() @@ -185,7 +185,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AOperation createAOperation() @@ -196,7 +196,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public ABasicClass createABasicClass() @@ -207,7 +207,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AParameter createAParameter() @@ -218,7 +218,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AClassChild createAClassChild() @@ -229,21 +229,23 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AccessType createAccessTypeFromString(EDataType eDataType, String initialValue) { AccessType result = AccessType.get(initialValue); if (result == null) - throw new IllegalArgumentException("The value '" + initialValue + "' is not a valid enumerator of '" - + eDataType.getName() + "'"); + { + throw new IllegalArgumentException( + "The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); + } return result; } /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public String convertAccessTypeToString(EDataType eDataType, Object instanceValue) @@ -253,7 +255,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AccessType createAccessTypeObjectFromString(EDataType eDataType, String initialValue) @@ -263,7 +265,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public String convertAccessTypeObjectToString(EDataType eDataType, Object instanceValue) @@ -273,7 +275,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AcorePackage getAcorePackage() @@ -283,7 +285,7 @@ public class AcoreFactoryImpl extends EFactoryImpl implements AcoreFactory /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @deprecated * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcorePackageImpl.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcorePackageImpl.java index 01d824c98a..669bdb765e 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcorePackageImpl.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/impl/AcorePackageImpl.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.impl; @@ -33,77 +33,77 @@ import org.eclipse.emf.ecore.impl.EPackageImpl; /** * <!-- begin-user-doc --> An implementation of the model <b>Package</b>. <!-- end-user-doc --> - * + * * @generated */ public class AcorePackageImpl extends EPackageImpl implements AcorePackage { /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private EClass aClassEClass = null; /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private EClass aInterfaceEClass = null; /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private EClass aCoreRootEClass = null; /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private EClass aAttributeEClass = null; /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private EClass aOperationEClass = null; /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private EClass aBasicClassEClass = null; /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private EClass aParameterEClass = null; /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private EClass aClassChildEClass = null; /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private EEnum accessTypeEEnum = null; /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private EDataType accessTypeObjectEDataType = null; @@ -115,7 +115,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage * Note: the correct way to create the package is via the static factory method {@link #init init()}, which also * performs initialization of the package, or returns the registered package, if one already exists. <!-- * begin-user-doc --> <!-- end-user-doc --> - * + * * @see org.eclipse.emf.ecore.EPackage.Registry * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage#eNS_URI * @see #init() @@ -128,7 +128,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private static boolean isInited = false; @@ -139,7 +139,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage * This method is used to initialize {@link AcorePackage#eINSTANCE} when that field is accessed. Clients should not * invoke it directly. Instead, they should simply access that field to obtain the package. <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @see #eNS_URI * @see #createPackageContents() * @see #initializePackageContents() @@ -148,11 +148,13 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage public static AcorePackage init() { if (isInited) + { return (AcorePackage)EPackage.Registry.INSTANCE.getEPackage(AcorePackage.eNS_URI); + } // Obtain or create and register package - AcorePackageImpl theAcorePackage = (AcorePackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof AcorePackageImpl ? EPackage.Registry.INSTANCE - .get(eNS_URI) : new AcorePackageImpl()); + AcorePackageImpl theAcorePackage = (AcorePackageImpl)(EPackage.Registry.INSTANCE + .get(eNS_URI) instanceof AcorePackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI) : new AcorePackageImpl()); isInited = true; @@ -172,7 +174,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EClass getAClass() @@ -182,7 +184,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EReference getAClass_SubClasses() @@ -192,7 +194,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EReference getAClass_ImplementedInterfaces() @@ -202,7 +204,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EReference getAClass_Associations() @@ -212,7 +214,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EReference getAClass_Compositions() @@ -222,7 +224,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EReference getAClass_Aggregations() @@ -232,7 +234,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EClass getAInterface() @@ -242,7 +244,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EClass getACoreRoot() @@ -252,7 +254,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EAttribute getACoreRoot_Title() @@ -262,7 +264,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EReference getACoreRoot_Classes() @@ -272,7 +274,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EReference getACoreRoot_Interfaces() @@ -282,7 +284,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EClass getAAttribute() @@ -292,7 +294,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EClass getAOperation() @@ -302,7 +304,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EReference getAOperation_Parameters() @@ -312,7 +314,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EClass getABasicClass() @@ -322,7 +324,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EReference getABasicClass_Operations() @@ -332,7 +334,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EReference getABasicClass_Attributes() @@ -342,7 +344,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EAttribute getABasicClass_Name() @@ -352,7 +354,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EClass getAParameter() @@ -362,7 +364,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EAttribute getAParameter_Name() @@ -372,7 +374,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EAttribute getAParameter_Type() @@ -382,7 +384,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EClass getAClassChild() @@ -392,7 +394,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EAttribute getAClassChild_Name() @@ -402,7 +404,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EAttribute getAClassChild_Accessright() @@ -412,7 +414,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EAttribute getAClassChild_DataType() @@ -422,7 +424,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EEnum getAccessType() @@ -432,7 +434,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public EDataType getAccessTypeObject() @@ -442,7 +444,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AcoreFactory getAcoreFactory() @@ -452,7 +454,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private boolean isCreated = false; @@ -460,13 +462,15 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its * first. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public void createPackageContents() { if (isCreated) + { return; + } isCreated = true; // Create classes and their features @@ -512,7 +516,7 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ private boolean isInitialized = false; @@ -520,13 +524,15 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any * invocation but its first. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public void initializePackageContents() { if (isInitialized) + { return; + } isInitialized = true; // Initialize package @@ -539,26 +545,26 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage // Set bounds for type parameters // Add supertypes to classes - aClassEClass.getESuperTypes().add(this.getABasicClass()); - aInterfaceEClass.getESuperTypes().add(this.getABasicClass()); - aAttributeEClass.getESuperTypes().add(this.getAClassChild()); - aOperationEClass.getESuperTypes().add(this.getAClassChild()); + aClassEClass.getESuperTypes().add(getABasicClass()); + aInterfaceEClass.getESuperTypes().add(getABasicClass()); + aAttributeEClass.getESuperTypes().add(getAClassChild()); + aOperationEClass.getESuperTypes().add(getAClassChild()); // Initialize classes and features; add operations and parameters initEClass(aClassEClass, AClass.class, "AClass", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEReference(getAClass_SubClasses(), this.getAClass(), null, "subClasses", null, 0, -1, AClass.class, - !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, - !IS_DERIVED, IS_ORDERED); - initEReference(getAClass_ImplementedInterfaces(), this.getAInterface(), null, "implementedInterfaces", null, 0, -1, + initEReference(getAClass_SubClasses(), getAClass(), null, "subClasses", null, 0, -1, AClass.class, !IS_TRANSIENT, + !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEReference(getAClass_ImplementedInterfaces(), getAInterface(), null, "implementedInterfaces", null, 0, -1, AClass.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getAClass_Associations(), this.getAClass(), null, "associations", null, 0, -1, AClass.class, + initEReference(getAClass_Associations(), getAClass(), null, "associations", null, 0, -1, AClass.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getAClass_Compositions(), this.getAClass(), null, "compositions", null, 0, -1, AClass.class, + initEReference(getAClass_Compositions(), getAClass(), null, "compositions", null, 0, -1, AClass.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getAClass_Aggregations(), this.getAClass(), null, "aggregations", null, 0, -1, AClass.class, + initEReference(getAClass_Aggregations(), getAClass(), null, "aggregations", null, 0, -1, AClass.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); @@ -566,12 +572,12 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage IS_GENERATED_INSTANCE_CLASS); initEClass(aCoreRootEClass, ACoreRoot.class, "ACoreRoot", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEAttribute(getACoreRoot_Title(), ecorePackage.getEString(), "title", null, 0, 1, ACoreRoot.class, - !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getACoreRoot_Classes(), this.getAClass(), null, "classes", null, 0, -1, ACoreRoot.class, - !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, - !IS_DERIVED, IS_ORDERED); - initEReference(getACoreRoot_Interfaces(), this.getAInterface(), null, "interfaces", null, 0, -1, ACoreRoot.class, + initEAttribute(getACoreRoot_Title(), ecorePackage.getEString(), "title", null, 0, 1, ACoreRoot.class, !IS_TRANSIENT, + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getACoreRoot_Classes(), getAClass(), null, "classes", null, 0, -1, ACoreRoot.class, !IS_TRANSIENT, + !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, + IS_ORDERED); + initEReference(getACoreRoot_Interfaces(), getAInterface(), null, "interfaces", null, 0, -1, ACoreRoot.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); @@ -580,35 +586,34 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage initEClass(aOperationEClass, AOperation.class, "AOperation", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEReference(getAOperation_Parameters(), this.getAParameter(), null, "parameters", null, 0, -1, AOperation.class, + initEReference(getAOperation_Parameters(), getAParameter(), null, "parameters", null, 0, -1, AOperation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEClass(aBasicClassEClass, ABasicClass.class, "ABasicClass", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEReference(getABasicClass_Operations(), this.getAOperation(), null, "operations", null, 0, -1, - ABasicClass.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, - !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEReference(getABasicClass_Attributes(), this.getAAttribute(), null, "attributes", null, 0, -1, - ABasicClass.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, - !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEReference(getABasicClass_Operations(), getAOperation(), null, "operations", null, 0, -1, ABasicClass.class, + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); + initEReference(getABasicClass_Attributes(), getAAttribute(), null, "attributes", null, 0, -1, ABasicClass.class, + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, + !IS_DERIVED, IS_ORDERED); initEAttribute(getABasicClass_Name(), ecorePackage.getEString(), "name", null, 0, 1, ABasicClass.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEClass(aParameterEClass, AParameter.class, "AParameter", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEAttribute(getAParameter_Name(), ecorePackage.getEString(), "name", null, 0, 1, AParameter.class, - !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getAParameter_Type(), ecorePackage.getEString(), "type", null, 0, 1, AParameter.class, - !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getAParameter_Name(), ecorePackage.getEString(), "name", null, 0, 1, AParameter.class, !IS_TRANSIENT, + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getAParameter_Type(), ecorePackage.getEString(), "type", null, 0, 1, AParameter.class, !IS_TRANSIENT, + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEClass(aClassChildEClass, AClassChild.class, "AClassChild", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); - initEAttribute(getAClassChild_Name(), ecorePackage.getEString(), "name", "", 0, 1, AClassChild.class, - !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); - initEAttribute(getAClassChild_Accessright(), this.getAccessType(), "accessright", "public", 0, 1, - AClassChild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, - IS_ORDERED); + initEAttribute(getAClassChild_Name(), ecorePackage.getEString(), "name", "", 0, 1, AClassChild.class, !IS_TRANSIENT, + !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); + initEAttribute(getAClassChild_Accessright(), getAccessType(), "accessright", "public", 0, 1, AClassChild.class, + !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEAttribute(getAClassChild_DataType(), ecorePackage.getEString(), "dataType", null, 0, 1, AClassChild.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); @@ -634,15 +639,15 @@ public class AcorePackageImpl extends EPackageImpl implements AcorePackage /** * Initializes the annotations for <b>http:///org/eclipse/emf/ecore/util/ExtendedMetaData</b>. <!-- begin-user-doc --> * <!-- end-user-doc --> - * + * * @generated */ protected void createExtendedMetaDataAnnotations() { String source = "http:///org/eclipse/emf/ecore/util/ExtendedMetaData"; addAnnotation(accessTypeEEnum, source, new String[] { "name", "AccessType" }); - addAnnotation(accessTypeObjectEDataType, source, new String[] { "name", "AccessType:Object", "baseType", - "AccessType" }); + addAnnotation(accessTypeObjectEDataType, source, + new String[] { "name", "AccessType:Object", "baseType", "AccessType" }); } } // AcorePackageImpl diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/util/AcoreAdapterFactory.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/util/AcoreAdapterFactory.java index 156eee129a..283c5e1c84 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/util/AcoreAdapterFactory.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/util/AcoreAdapterFactory.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.util; @@ -29,7 +29,7 @@ import org.eclipse.emf.ecore.EObject; /** * <!-- 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 --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage * @generated */ @@ -37,14 +37,14 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl { /** * The cached model package. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ protected static AcorePackage modelPackage; /** * Creates an instance of the adapter factory. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AcoreAdapterFactory() @@ -59,7 +59,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl * Returns whether this factory is applicable for the type of the object. <!-- begin-user-doc --> This implementation * returns <code>true</code> if the object is either the model's package or is an instance object of the model. <!-- * end-user-doc --> - * + * * @return whether this factory is applicable for the type of the object. * @generated */ @@ -79,7 +79,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl /** * The switch that delegates to the <code>createXXX</code> methods. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ protected AcoreSwitch<Adapter> modelSwitch = new AcoreSwitch<Adapter>() @@ -141,7 +141,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl /** * Creates an adapter for the <code>target</code>. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @param target * the object to adapt. * @return the adapter for the <code>target</code>. @@ -157,7 +157,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AClass * <em>AClass</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.dawn.examples.acore.AClass * @generated @@ -171,7 +171,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AInterface * <em>AInterface</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.dawn.examples.acore.AInterface * @generated @@ -185,7 +185,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.dawn.examples.acore.ACoreRoot * <em>ACore Root</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.dawn.examples.acore.ACoreRoot * @generated @@ -199,7 +199,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AAttribute * <em>AAttribute</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.dawn.examples.acore.AAttribute * @generated @@ -213,7 +213,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AOperation * <em>AOperation</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.dawn.examples.acore.AOperation * @generated @@ -227,7 +227,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.dawn.examples.acore.ABasicClass * <em>ABasic Class</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.dawn.examples.acore.ABasicClass * @generated @@ -241,7 +241,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AParameter * <em>AParameter</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.dawn.examples.acore.AParameter * @generated @@ -255,7 +255,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl * Creates a new adapter for an object of class '{@link org.eclipse.emf.cdo.dawn.examples.acore.AClassChild * <em>AClass Child</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.dawn.examples.acore.AClassChild * @generated @@ -268,7 +268,7 @@ public class AcoreAdapterFactory extends AdapterFactoryImpl /** * Creates a new adapter for the default case. <!-- begin-user-doc --> This default implementation returns null. <!-- * end-user-doc --> - * + * * @return the new adapter. * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/util/AcoreSwitch.java b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/util/AcoreSwitch.java index 5c04a14732..9fa493043a 100644 --- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/util/AcoreSwitch.java +++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore/src/org/eclipse/emf/cdo/dawn/examples/acore/util/AcoreSwitch.java @@ -4,10 +4,10 @@ * 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: * Martin Fluegge - initial API and implementation - * + * */ package org.eclipse.emf.cdo.dawn.examples.acore.util; @@ -30,7 +30,7 @@ import org.eclipse.emf.ecore.util.Switch; * {@link #doSwitch(EObject) doSwitch(object)} to invoke the <code>caseXXX</code> 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. <!-- end-user-doc --> - * + * * @see org.eclipse.emf.cdo.dawn.examples.acore.AcorePackage * @generated */ @@ -38,14 +38,14 @@ public class AcoreSwitch<T> extends Switch<T> { /** * The cached model package <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ protected static AcorePackage modelPackage; /** * Creates an instance of the switch. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @generated */ public AcoreSwitch() @@ -58,7 +58,7 @@ public class AcoreSwitch<T> extends Switch<T> /** * Checks whether this is a switch for the given package. <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @parameter ePackage the package in question. * @return whether this is a switch for the given package. * @generated @@ -72,7 +72,7 @@ public class AcoreSwitch<T> extends Switch<T> /** * Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result. * <!-- begin-user-doc --> <!-- end-user-doc --> - * + * * @return the first non-null result returned by a <code>caseXXX</code> call. * @generated */ @@ -86,9 +86,13 @@ public class AcoreSwitch<T> extends Switch<T> AClass aClass = (AClass)theEObject; T result = caseAClass(aClass); if (result == null) + { result = caseABasicClass(aClass); + } if (result == null) + { result = defaultCase(theEObject); + } return result; } case AcorePackage.AINTERFACE: @@ -96,9 +100,13 @@ public class AcoreSwitch<T> extends Switch<T> AInterface aInterface = (AInterface)theEObject; T result = caseAInterface(aInterface); if (result == null) + { result = caseABasicClass(aInterface); + } if (result == null) + { result = defaultCase(theEObject); + } return result; } case AcorePackage.ACORE_ROOT: @@ -106,7 +114,9 @@ public class AcoreSwitch<T> extends Switch<T> ACoreRoot aCoreRoot = (ACoreRoot)theEObject; T result = caseACoreRoot(aCoreRoot); if (result == null) + { result = defaultCase(theEObject); + } return result; } case AcorePackage.AATTRIBUTE: @@ -114,9 +124,13 @@ public class AcoreSwitch<T> extends Switch<T> AAttribute aAttribute = (AAttribute)theEObject; T result = caseAAttribute(aAttribute); if (result == null) + { result = caseAClassChild(aAttribute); + } if (result == null) + { result = defaultCase(theEObject); + } return result; } case AcorePackage.AOPERATION: @@ -124,9 +138,13 @@ public class AcoreSwitch<T> extends Switch<T> AOperation aOperation = (AOperation)theEObject; T result = caseAOperation(aOperation); if (result == null) + { result = caseAClassChild(aOperation); + } if (result == null) + { result = defaultCase(theEObject); + } return result; } case AcorePackage.ABASIC_CLASS: @@ -134,7 +152,9 @@ public class AcoreSwitch<T> extends Switch<T> ABasicClass aBasicClass = (ABasicClass)theEObject; T result = caseABasicClass(aBasicClass); if (result == null) + { result = defaultCase(theEObject); + } return result; } case AcorePackage.APARAMETER: @@ -142,7 +162,9 @@ public class AcoreSwitch<T> extends Switch<T> AParameter aParameter = (AParameter)theEObject; T result = caseAParameter(aParameter); if (result == null) + { result = defaultCase(theEObject); + } return result; } case AcorePackage.ACLASS_CHILD: @@ -150,7 +172,9 @@ public class AcoreSwitch<T> extends Switch<T> AClassChild aClassChild = (AClassChild)theEObject; T result = caseAClassChild(aClassChild); if (result == null) + { result = defaultCase(theEObject); + } return result; } default: @@ -161,7 +185,7 @@ public class AcoreSwitch<T> extends Switch<T> /** * Returns the result of interpreting the object as an instance of '<em>AClass</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>AClass</em>'. @@ -176,7 +200,7 @@ public class AcoreSwitch<T> extends Switch<T> /** * Returns the result of interpreting the object as an instance of '<em>AInterface</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>AInterface</em>'. @@ -191,7 +215,7 @@ public class AcoreSwitch<T> extends Switch<T> /** * Returns the result of interpreting the object as an instance of '<em>ACore Root</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>ACore Root</em>'. @@ -206,7 +230,7 @@ public class AcoreSwitch<T> extends Switch<T> /** * Returns the result of interpreting the object as an instance of '<em>AAttribute</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>AAttribute</em>'. @@ -221,7 +245,7 @@ public class AcoreSwitch<T> extends Switch<T> /** * Returns the result of interpreting the object as an instance of '<em>AOperation</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>AOperation</em>'. @@ -236,7 +260,7 @@ public class AcoreSwitch<T> extends Switch<T> /** * Returns the result of interpreting the object as an instance of '<em>ABasic Class</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>ABasic Class</em>'. @@ -251,7 +275,7 @@ public class AcoreSwitch<T> extends Switch<T> /** * Returns the result of interpreting the object as an instance of '<em>AParameter</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>AParameter</em>'. @@ -266,7 +290,7 @@ public class AcoreSwitch<T> extends Switch<T> /** * Returns the result of interpreting the object as an instance of '<em>AClass Child</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>AClass Child</em>'. @@ -282,7 +306,7 @@ public class AcoreSwitch<T> extends Switch<T> * Returns the result of interpreting the object as an instance of '<em>EObject</em>'. <!-- begin-user-doc --> This * implementation returns null; returning a non-null result will terminate the switch, but this is the last case * anyway. <!-- end-user-doc --> - * + * * @param object * the target of the switch. * @return the result of interpreting the object as an instance of '<em>EObject</em>'. |