Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/MeasurementUnits/LengthUnitKind.java')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/MeasurementUnits/LengthUnitKind.java40
1 files changed, 20 insertions, 20 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/MeasurementUnits/LengthUnitKind.java b/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/MeasurementUnits/LengthUnitKind.java
index 3091aca0d89..b62775e784e 100644
--- a/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/MeasurementUnits/LengthUnitKind.java
+++ b/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE_Library/MeasurementUnits/LengthUnitKind.java
@@ -24,7 +24,7 @@ import org.eclipse.emf.common.util.Enumerator;
* A representation of the literals of the enumeration '<em><b>Length Unit Kind</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.MARTE_Library.MeasurementUnits.MeasurementUnitsPackage#getLengthUnitKind()
* @model
* @generated
@@ -34,7 +34,7 @@ public enum LengthUnitKind implements Enumerator {
* The '<em><b>M</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #M_VALUE
* @generated
* @ordered
@@ -45,7 +45,7 @@ public enum LengthUnitKind implements Enumerator {
* The '<em><b>Cm</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #CM_VALUE
* @generated
* @ordered
@@ -56,7 +56,7 @@ public enum LengthUnitKind implements Enumerator {
* The '<em><b>Mm</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #MM_VALUE
* @generated
* @ordered
@@ -70,7 +70,7 @@ public enum LengthUnitKind implements Enumerator {
* If the meaning of '<em><b>M</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #M
* @model name="m"
* @generated
@@ -85,7 +85,7 @@ public enum LengthUnitKind implements Enumerator {
* If the meaning of '<em><b>Cm</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #CM
* @model name="cm"
* @generated
@@ -100,7 +100,7 @@ public enum LengthUnitKind implements Enumerator {
* If the meaning of '<em><b>Mm</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #MM
* @model name="mm"
* @generated
@@ -112,7 +112,7 @@ public enum LengthUnitKind implements Enumerator {
* An array of all the '<em><b>Length Unit Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static final LengthUnitKind[] VALUES_ARRAY =
@@ -126,7 +126,7 @@ public enum LengthUnitKind implements Enumerator {
* A public read-only list of all the '<em><b>Length Unit Kind</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static final List<LengthUnitKind> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
@@ -135,7 +135,7 @@ public enum LengthUnitKind implements Enumerator {
* Returns the '<em><b>Length Unit Kind</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static LengthUnitKind get(String literal) {
@@ -152,7 +152,7 @@ public enum LengthUnitKind implements Enumerator {
* Returns the '<em><b>Length Unit Kind</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static LengthUnitKind getByName(String name) {
@@ -169,7 +169,7 @@ public enum LengthUnitKind implements Enumerator {
* Returns the '<em><b>Length Unit Kind</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static LengthUnitKind get(int value) {
@@ -187,7 +187,7 @@ public enum LengthUnitKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final int value;
@@ -195,7 +195,7 @@ public enum LengthUnitKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String name;
@@ -203,7 +203,7 @@ public enum LengthUnitKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String literal;
@@ -212,7 +212,7 @@ public enum LengthUnitKind implements Enumerator {
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private LengthUnitKind(int value, String name, String literal) {
@@ -224,7 +224,7 @@ public enum LengthUnitKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -235,7 +235,7 @@ public enum LengthUnitKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -246,7 +246,7 @@ public enum LengthUnitKind implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -258,7 +258,7 @@ public enum LengthUnitKind implements Enumerator {
* Returns the literal value of the enumerator, which is its string representation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override

Back to the top