Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Severity.java')
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Severity.java44
1 files changed, 22 insertions, 22 deletions
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Severity.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Severity.java
index 5849b7c1704..13a3c9ae796 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Severity.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Severity.java
@@ -13,7 +13,7 @@ import org.eclipse.emf.common.util.Enumerator;
* A representation of the literals of the enumeration '<em><b>Severity</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage#getSeverity()
* @model
* @generated
@@ -23,7 +23,7 @@ public enum Severity implements Enumerator {
* The '<em><b>ERROR</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #ERROR_VALUE
* @generated
* @ordered
@@ -34,7 +34,7 @@ public enum Severity implements Enumerator {
* The '<em><b>WARNING</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #WARNING_VALUE
* @generated
* @ordered
@@ -45,7 +45,7 @@ public enum Severity implements Enumerator {
* The '<em><b>INFO</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #INFO_VALUE
* @generated
* @ordered
@@ -56,7 +56,7 @@ public enum Severity implements Enumerator {
* The '<em><b>CANCEL</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #CANCEL_VALUE
* @generated
* @ordered
@@ -70,7 +70,7 @@ public enum Severity implements Enumerator {
* If the meaning of '<em><b>ERROR</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #ERROR
* @model
* @generated
@@ -85,7 +85,7 @@ public enum Severity implements Enumerator {
* If the meaning of '<em><b>WARNING</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #WARNING
* @model
* @generated
@@ -100,7 +100,7 @@ public enum Severity implements Enumerator {
* If the meaning of '<em><b>INFO</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #INFO
* @model
* @generated
@@ -115,7 +115,7 @@ public enum Severity implements Enumerator {
* If the meaning of '<em><b>CANCEL</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #CANCEL
* @model
* @generated
@@ -127,7 +127,7 @@ public enum Severity implements Enumerator {
* An array of all the '<em><b>Severity</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static final Severity[] VALUES_ARRAY =
@@ -142,7 +142,7 @@ public enum Severity implements Enumerator {
* A public read-only list of all the '<em><b>Severity</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static final List<Severity> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
@@ -151,7 +151,7 @@ public enum Severity implements Enumerator {
* Returns the '<em><b>Severity</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static Severity get(String literal) {
@@ -168,7 +168,7 @@ public enum Severity implements Enumerator {
* Returns the '<em><b>Severity</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static Severity getByName(String name) {
@@ -185,7 +185,7 @@ public enum Severity implements Enumerator {
* Returns the '<em><b>Severity</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static Severity get(int value) {
@@ -205,7 +205,7 @@ public enum Severity implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final int value;
@@ -213,7 +213,7 @@ public enum Severity implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String name;
@@ -221,7 +221,7 @@ public enum Severity implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String literal;
@@ -230,7 +230,7 @@ public enum Severity implements Enumerator {
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private Severity(int value, String name, String literal) {
@@ -242,7 +242,7 @@ public enum Severity implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getValue() {
@@ -252,7 +252,7 @@ public enum Severity implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName() {
@@ -262,7 +262,7 @@ public enum Severity implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLiteral() {
@@ -273,7 +273,7 @@ public enum Severity 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