Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlPackage.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlPackage.java12
1 files changed, 11 insertions, 1 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlPackage.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlPackage.java
index a213f4181c5..232636eb33e 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlPackage.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/EastadlPackage.java
@@ -1,7 +1,7 @@
/*****************************************************************************
* Copyright (c) 2010 CEA LIST.
*
- *
+ *
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -28,6 +28,7 @@ import org.eclipse.emf.ecore.EPackage;
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
+ *
* @see org.eclipse.papyrus.eastadl.EastadlFactory
* @model kind="package"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='EAST-ADL2'"
@@ -44,6 +45,7 @@ public interface EastadlPackage extends EPackage {
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
+ *
* @generated
*/
interface Literals {
@@ -52,6 +54,7 @@ public interface EastadlPackage extends EPackage {
* The meta object literal for the '<em>Dummy</em>' data type.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @see java.lang.String
* @see org.eclipse.papyrus.eastadl.impl.EastadlPackageImpl#getDummy()
* @generated
@@ -63,6 +66,7 @@ public interface EastadlPackage extends EPackage {
/**
* The package name.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
String eNAME = "eastadl";
@@ -70,6 +74,7 @@ public interface EastadlPackage extends EPackage {
/**
* The package namespace URI.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
String eNS_URI = "http://www.papyrusuml.org/EAST-ADL2/1";
@@ -77,6 +82,7 @@ public interface EastadlPackage extends EPackage {
/**
* The package namespace name.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
String eNS_PREFIX = "EAST-ADL2";
@@ -84,6 +90,7 @@ public interface EastadlPackage extends EPackage {
/**
* The singleton instance of the package.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EastadlPackage eINSTANCE = org.eclipse.papyrus.eastadl.impl.EastadlPackageImpl.init();
@@ -92,6 +99,7 @@ public interface EastadlPackage extends EPackage {
* The meta object id for the '<em>Dummy</em>' data type.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @see java.lang.String
* @see org.eclipse.papyrus.eastadl.impl.EastadlPackageImpl#getDummy()
* @generated
@@ -102,6 +110,7 @@ public interface EastadlPackage extends EPackage {
* Returns the meta object for data type '{@link java.lang.String <em>Dummy</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @return the meta object for data type '<em>Dummy</em>'.
* @see java.lang.String
* @model instanceClass="java.lang.String"
@@ -113,6 +122,7 @@ public interface EastadlPackage 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
*/

Back to the top