Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dc/DCPackage.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dc/DCPackage.java87
1 files changed, 59 insertions, 28 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dc/DCPackage.java b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dc/DCPackage.java
index f15cee65e34..d62517de624 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dc/DCPackage.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dc/DCPackage.java
@@ -42,6 +42,7 @@ public interface DCPackage extends EPackage {
/**
* The package name.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
String eNAME = "dc";
@@ -49,6 +50,7 @@ public interface DCPackage extends EPackage {
/**
* The package namespace URI.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
String eNS_URI = "http://www.omg.org/spec/DD/20110901/DC";
@@ -56,6 +58,7 @@ public interface DCPackage extends EPackage {
/**
* The package namespace name.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
String eNS_PREFIX = "dc";
@@ -64,6 +67,7 @@ public interface DCPackage extends EPackage {
* The singleton instance of the package.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @generated
*/
DCPackage eINSTANCE = org.eclipse.papyrus.dd.dc.impl.DCPackageImpl.init();
@@ -71,6 +75,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object id for the '{@link org.eclipse.papyrus.dd.dc.impl.PointImpl <em>Point</em>}' class.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see org.eclipse.papyrus.dd.dc.impl.PointImpl
* @see org.eclipse.papyrus.dd.dc.impl.DCPackageImpl#getPoint()
* @generated
@@ -81,6 +86,7 @@ public interface DCPackage extends EPackage {
* The feature id for the '<em><b>X</b></em>' attribute.
* <!-- begin-user-doc
* --> <!-- end-user-doc -->
+ *
* @generated
* @ordered
*/
@@ -90,6 +96,7 @@ public interface DCPackage extends EPackage {
* The feature id for the '<em><b>Y</b></em>' attribute.
* <!-- begin-user-doc
* --> <!-- end-user-doc -->
+ *
* @generated
* @ordered
*/
@@ -116,6 +123,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object id for the '{@link org.eclipse.papyrus.dd.dc.impl.DimensionImpl <em>Dimension</em>}' class.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see org.eclipse.papyrus.dd.dc.impl.DimensionImpl
* @see org.eclipse.papyrus.dd.dc.impl.DCPackageImpl#getDimension()
* @generated
@@ -179,6 +187,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object id for the '{@link org.eclipse.papyrus.dd.dc.impl.BoundsImpl <em>Bounds</em>}' class.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see org.eclipse.papyrus.dd.dc.impl.BoundsImpl
* @see org.eclipse.papyrus.dd.dc.impl.DCPackageImpl#getBounds()
* @generated
@@ -189,6 +198,7 @@ public interface DCPackage extends EPackage {
* The feature id for the '<em><b>X</b></em>' attribute.
* <!-- begin-user-doc
* --> <!-- end-user-doc -->
+ *
* @generated
* @ordered
*/
@@ -198,6 +208,7 @@ public interface DCPackage extends EPackage {
* The feature id for the '<em><b>Y</b></em>' attribute.
* <!-- begin-user-doc
* --> <!-- end-user-doc -->
+ *
* @generated
* @ordered
*/
@@ -290,6 +301,7 @@ public interface DCPackage extends EPackage {
* The meta object id for the '<em>Real</em>' data type.
* <!-- begin-user-doc
* --> <!-- end-user-doc -->
+ *
* @see org.eclipse.papyrus.dd.dc.impl.DCPackageImpl#getReal()
* @generated
*/
@@ -316,8 +328,7 @@ public interface DCPackage extends EPackage {
int COLOR = 8;
/**
- * Returns the meta object for class '
- * {@link org.eclipse.papyrus.dd.dc.Point <em>Point</em>}'. <!--
+ * Returns the meta object for class ' {@link org.eclipse.papyrus.dd.dc.Point <em>Point</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the meta object for class '<em>Point</em>'.
@@ -327,8 +338,7 @@ public interface DCPackage extends EPackage {
EClass getPoint();
/**
- * Returns the meta object for the attribute '
- * {@link org.eclipse.papyrus.dd.dc.Point#getX <em>X</em>}'. <!--
+ * Returns the meta object for the attribute ' {@link org.eclipse.papyrus.dd.dc.Point#getX <em>X</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the meta object for the attribute '<em>X</em>'.
@@ -339,8 +349,7 @@ public interface DCPackage extends EPackage {
EAttribute getPoint_X();
/**
- * Returns the meta object for the attribute '
- * {@link org.eclipse.papyrus.dd.dc.Point#getY <em>Y</em>}'. <!--
+ * Returns the meta object for the attribute ' {@link org.eclipse.papyrus.dd.dc.Point#getY <em>Y</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the meta object for the attribute '<em>Y</em>'.
@@ -351,8 +360,7 @@ public interface DCPackage extends EPackage {
EAttribute getPoint_Y();
/**
- * Returns the meta object for class '
- * {@link org.eclipse.papyrus.dd.dc.Dimension <em>Dimension</em>}'. <!--
+ * Returns the meta object for class ' {@link org.eclipse.papyrus.dd.dc.Dimension <em>Dimension</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the meta object for class '<em>Dimension</em>'.
@@ -364,6 +372,7 @@ public interface DCPackage extends EPackage {
/**
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.dd.dc.Dimension#getWidth <em>Width</em>}'.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @return the meta object for the attribute '<em>Width</em>'.
* @see org.eclipse.papyrus.dd.dc.Dimension#getWidth()
* @see #getDimension()
@@ -374,6 +383,7 @@ public interface DCPackage extends EPackage {
/**
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.dd.dc.Dimension#getHeight <em>Height</em>}'.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @return the meta object for the attribute '<em>Height</em>'.
* @see org.eclipse.papyrus.dd.dc.Dimension#getHeight()
* @see #getDimension()
@@ -382,9 +392,12 @@ public interface DCPackage extends EPackage {
EAttribute getDimension_Height();
/**
- * Returns the meta object for the '{@link org.eclipse.papyrus.dd.dc.Dimension#nonNegativeWidth(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map) <em>Non Negative Width</em>}' operation.
+ * Returns the meta object for the '
+ * {@link org.eclipse.papyrus.dd.dc.Dimension#nonNegativeWidth(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
+ * <em>Non Negative Width</em>}' operation.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @return the meta object for the '<em>Non Negative Width</em>' operation.
* @see org.eclipse.papyrus.dd.dc.Dimension#nonNegativeWidth(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
* @generated
@@ -392,9 +405,12 @@ public interface DCPackage extends EPackage {
EOperation getDimension__NonNegativeWidth__DiagnosticChain_Map();
/**
- * Returns the meta object for the '{@link org.eclipse.papyrus.dd.dc.Dimension#nonNegativeHeight(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map) <em>Non Negative Height</em>}' operation.
+ * Returns the meta object for the '
+ * {@link org.eclipse.papyrus.dd.dc.Dimension#nonNegativeHeight(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
+ * <em>Non Negative Height</em>}' operation.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @return the meta object for the '<em>Non Negative Height</em>' operation.
* @see org.eclipse.papyrus.dd.dc.Dimension#nonNegativeHeight(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
* @generated
@@ -402,8 +418,7 @@ public interface DCPackage extends EPackage {
EOperation getDimension__NonNegativeHeight__DiagnosticChain_Map();
/**
- * Returns the meta object for class '
- * {@link org.eclipse.papyrus.dd.dc.Bounds <em>Bounds</em>}'. <!--
+ * Returns the meta object for class ' {@link org.eclipse.papyrus.dd.dc.Bounds <em>Bounds</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the meta object for class '<em>Bounds</em>'.
@@ -413,8 +428,7 @@ public interface DCPackage extends EPackage {
EClass getBounds();
/**
- * Returns the meta object for the attribute '
- * {@link org.eclipse.papyrus.dd.dc.Bounds#getX <em>X</em>}'. <!--
+ * Returns the meta object for the attribute ' {@link org.eclipse.papyrus.dd.dc.Bounds#getX <em>X</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the meta object for the attribute '<em>X</em>'.
@@ -425,8 +439,7 @@ public interface DCPackage extends EPackage {
EAttribute getBounds_X();
/**
- * Returns the meta object for the attribute '
- * {@link org.eclipse.papyrus.dd.dc.Bounds#getY <em>Y</em>}'. <!--
+ * Returns the meta object for the attribute ' {@link org.eclipse.papyrus.dd.dc.Bounds#getY <em>Y</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the meta object for the attribute '<em>Y</em>'.
@@ -437,8 +450,7 @@ public interface DCPackage extends EPackage {
EAttribute getBounds_Y();
/**
- * Returns the meta object for the attribute '
- * {@link org.eclipse.papyrus.dd.dc.Bounds#getWidth <em>Width</em>}'. <!--
+ * Returns the meta object for the attribute ' {@link org.eclipse.papyrus.dd.dc.Bounds#getWidth <em>Width</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the meta object for the attribute '<em>Width</em>'.
@@ -449,8 +461,7 @@ public interface DCPackage extends EPackage {
EAttribute getBounds_Width();
/**
- * Returns the meta object for the attribute '
- * {@link org.eclipse.papyrus.dd.dc.Bounds#getHeight <em>Height</em>}'. <!--
+ * Returns the meta object for the attribute ' {@link org.eclipse.papyrus.dd.dc.Bounds#getHeight <em>Height</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the meta object for the attribute '<em>Height</em>'.
@@ -461,9 +472,12 @@ public interface DCPackage extends EPackage {
EAttribute getBounds_Height();
/**
- * Returns the meta object for the '{@link org.eclipse.papyrus.dd.dc.Bounds#nonNegativeWidth(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map) <em>Non Negative Width</em>}' operation.
+ * Returns the meta object for the '
+ * {@link org.eclipse.papyrus.dd.dc.Bounds#nonNegativeWidth(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
+ * <em>Non Negative Width</em>}' operation.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @return the meta object for the '<em>Non Negative Width</em>' operation.
* @see org.eclipse.papyrus.dd.dc.Bounds#nonNegativeWidth(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
* @generated
@@ -471,9 +485,12 @@ public interface DCPackage extends EPackage {
EOperation getBounds__NonNegativeWidth__DiagnosticChain_Map();
/**
- * Returns the meta object for the '{@link org.eclipse.papyrus.dd.dc.Bounds#nonNegativeHeight(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map) <em>Non Negative Height</em>}' operation.
+ * Returns the meta object for the '
+ * {@link org.eclipse.papyrus.dd.dc.Bounds#nonNegativeHeight(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
+ * <em>Non Negative Height</em>}' operation.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @return the meta object for the '<em>Non Negative Height</em>' operation.
* @see org.eclipse.papyrus.dd.dc.Bounds#nonNegativeHeight(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
* @generated
@@ -481,8 +498,7 @@ public interface DCPackage extends EPackage {
EOperation getBounds__NonNegativeHeight__DiagnosticChain_Map();
/**
- * Returns the meta object for enum '
- * {@link org.eclipse.papyrus.dd.dc.KnownColor <em>Known Color</em>}'. <!--
+ * Returns the meta object for enum ' {@link org.eclipse.papyrus.dd.dc.KnownColor <em>Known Color</em>}'. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the meta object for enum '<em>Known Color</em>'.
@@ -524,6 +540,7 @@ public interface DCPackage extends EPackage {
/**
* Returns the meta object for data type '{@link java.lang.String <em>String</em>}'.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @return the meta object for data type '<em>String</em>'.
* @see java.lang.String
* @model instanceClass="java.lang.String"
@@ -534,6 +551,7 @@ public interface DCPackage extends EPackage {
/**
* Returns the meta object for data type '{@link java.awt.Color <em>Color</em>}'.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @return the meta object for data type '<em>Color</em>'.
* @see java.awt.Color
* @model instanceClass="java.awt.Color"
@@ -561,6 +579,7 @@ public interface DCPackage extends EPackage {
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
+ *
* @generated
*/
interface Literals {
@@ -568,6 +587,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '{@link org.eclipse.papyrus.dd.dc.impl.PointImpl <em>Point</em>}' class.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see org.eclipse.papyrus.dd.dc.impl.PointImpl
* @see org.eclipse.papyrus.dd.dc.impl.DCPackageImpl#getPoint()
* @generated
@@ -577,6 +597,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>X</b></em>' attribute feature.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EAttribute POINT__X = eINSTANCE.getPoint_X();
@@ -584,13 +605,13 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>Y</b></em>' attribute feature.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EAttribute POINT__Y = eINSTANCE.getPoint_Y();
/**
- * The meta object literal for the '
- * {@link org.eclipse.papyrus.dd.dc.impl.DimensionImpl
+ * The meta object literal for the ' {@link org.eclipse.papyrus.dd.dc.impl.DimensionImpl
* <em>Dimension</em>}' class. <!-- begin-user-doc --> <!-- end-user-doc
* -->
*
@@ -603,6 +624,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>Width</b></em>' attribute feature.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EAttribute DIMENSION__WIDTH = eINSTANCE.getDimension_Width();
@@ -610,6 +632,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>Height</b></em>' attribute feature.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EAttribute DIMENSION__HEIGHT = eINSTANCE.getDimension_Height();
@@ -617,6 +640,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>Non Negative Width</b></em>' operation.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EOperation DIMENSION___NON_NEGATIVE_WIDTH__DIAGNOSTICCHAIN_MAP = eINSTANCE.getDimension__NonNegativeWidth__DiagnosticChain_Map();
@@ -624,6 +648,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>Non Negative Height</b></em>' operation.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EOperation DIMENSION___NON_NEGATIVE_HEIGHT__DIAGNOSTICCHAIN_MAP = eINSTANCE.getDimension__NonNegativeHeight__DiagnosticChain_Map();
@@ -631,6 +656,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '{@link org.eclipse.papyrus.dd.dc.impl.BoundsImpl <em>Bounds</em>}' class.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see org.eclipse.papyrus.dd.dc.impl.BoundsImpl
* @see org.eclipse.papyrus.dd.dc.impl.DCPackageImpl#getBounds()
* @generated
@@ -640,6 +666,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>X</b></em>' attribute feature.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EAttribute BOUNDS__X = eINSTANCE.getBounds_X();
@@ -647,6 +674,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>Y</b></em>' attribute feature.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EAttribute BOUNDS__Y = eINSTANCE.getBounds_Y();
@@ -654,6 +682,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>Width</b></em>' attribute feature.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EAttribute BOUNDS__WIDTH = eINSTANCE.getBounds_Width();
@@ -661,6 +690,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>Height</b></em>' attribute feature.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EAttribute BOUNDS__HEIGHT = eINSTANCE.getBounds_Height();
@@ -668,6 +698,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>Non Negative Width</b></em>' operation.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EOperation BOUNDS___NON_NEGATIVE_WIDTH__DIAGNOSTICCHAIN_MAP = eINSTANCE.getBounds__NonNegativeWidth__DiagnosticChain_Map();
@@ -675,6 +706,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '<em><b>Non Negative Height</b></em>' operation.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
EOperation BOUNDS___NON_NEGATIVE_HEIGHT__DIAGNOSTICCHAIN_MAP = eINSTANCE.getBounds__NonNegativeHeight__DiagnosticChain_Map();
@@ -682,6 +714,7 @@ public interface DCPackage extends EPackage {
/**
* The meta object literal for the '{@link org.eclipse.papyrus.dd.dc.KnownColor <em>Known Color</em>}' enum.
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see org.eclipse.papyrus.dd.dc.KnownColor
* @see org.eclipse.papyrus.dd.dc.impl.DCPackageImpl#getKnownColor()
* @generated
@@ -734,7 +767,5 @@ public interface DCPackage extends EPackage {
* @generated
*/
EDataType COLOR = eINSTANCE.getColor();
-
}
-
} // DCPackage

Back to the top