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')
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Mode.java36
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/PapyrusDSMLValidationRuleFactory.java8
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/PapyrusDSMLValidationRulePackage.java96
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Severity.java44
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/ValidationRule.java40
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/PapyrusDSMLValidationRuleFactoryImpl.java35
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/PapyrusDSMLValidationRulePackageImpl.java54
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/ValidationRuleImpl.java96
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleAdapterFactory.java22
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleResourceFactoryImpl.java9
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleResourceImpl.java5
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleSwitch.java19
-rw-r--r--extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleXMLProcessor.java9
13 files changed, 226 insertions, 247 deletions
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Mode.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Mode.java
index 629ba996a34..2c42d80f4e0 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Mode.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/Mode.java
@@ -13,7 +13,7 @@ import org.eclipse.emf.common.util.Enumerator;
* A representation of the literals of the enumeration '<em><b>Mode</b></em>',
* and utility methods for working with them.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage#getMode()
* @model
* @generated
@@ -23,7 +23,7 @@ public enum Mode implements Enumerator {
* The '<em><b>Batch</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #BATCH_VALUE
* @generated
* @ordered
@@ -34,7 +34,7 @@ public enum Mode implements Enumerator {
* The '<em><b>Live</b></em>' literal object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #LIVE_VALUE
* @generated
* @ordered
@@ -48,7 +48,7 @@ public enum Mode implements Enumerator {
* If the meaning of '<em><b>Batch</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #BATCH
* @model name="Batch"
* @generated
@@ -63,7 +63,7 @@ public enum Mode implements Enumerator {
* If the meaning of '<em><b>Live</b></em>' literal object isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @see #LIVE
* @model name="Live"
* @generated
@@ -75,7 +75,7 @@ public enum Mode implements Enumerator {
* An array of all the '<em><b>Mode</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static final Mode[] VALUES_ARRAY =
@@ -88,7 +88,7 @@ public enum Mode implements Enumerator {
* A public read-only list of all the '<em><b>Mode</b></em>' enumerators.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static final List<Mode> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
@@ -97,7 +97,7 @@ public enum Mode implements Enumerator {
* Returns the '<em><b>Mode</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static Mode get(String literal) {
@@ -114,7 +114,7 @@ public enum Mode implements Enumerator {
* Returns the '<em><b>Mode</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static Mode getByName(String name) {
@@ -131,7 +131,7 @@ public enum Mode implements Enumerator {
* Returns the '<em><b>Mode</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static Mode get(int value) {
@@ -147,7 +147,7 @@ public enum Mode implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final int value;
@@ -155,7 +155,7 @@ public enum Mode implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String name;
@@ -163,7 +163,7 @@ public enum Mode implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private final String literal;
@@ -172,7 +172,7 @@ public enum Mode implements Enumerator {
* Only this class can construct instances.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private Mode(int value, String name, String literal) {
@@ -184,7 +184,7 @@ public enum Mode implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getValue() {
@@ -194,7 +194,7 @@ public enum Mode implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getName() {
@@ -204,7 +204,7 @@ public enum Mode implements Enumerator {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getLiteral() {
@@ -215,7 +215,7 @@ public enum Mode 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/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/PapyrusDSMLValidationRuleFactory.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/PapyrusDSMLValidationRuleFactory.java
index 7ae19ba726d..e8d2c619dbd 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/PapyrusDSMLValidationRuleFactory.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/PapyrusDSMLValidationRuleFactory.java
@@ -9,7 +9,7 @@ import org.eclipse.emf.ecore.EFactory;
* 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.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage
* @generated
*/
@@ -18,7 +18,7 @@ public interface PapyrusDSMLValidationRuleFactory extends EFactory {
* The singleton instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
PapyrusDSMLValidationRuleFactory eINSTANCE = org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.PapyrusDSMLValidationRuleFactoryImpl.init();
@@ -27,7 +27,7 @@ public interface PapyrusDSMLValidationRuleFactory extends EFactory {
* Returns a new object of class '<em>Validation Rule</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return a new object of class '<em>Validation Rule</em>'.
* @generated
*/
@@ -37,7 +37,7 @@ public interface PapyrusDSMLValidationRuleFactory 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/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/PapyrusDSMLValidationRulePackage.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/PapyrusDSMLValidationRulePackage.java
index 4758b0cf4f6..043c8bdf032 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/PapyrusDSMLValidationRulePackage.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/PapyrusDSMLValidationRulePackage.java
@@ -20,7 +20,7 @@ import org.eclipse.emf.ecore.EReference;
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRuleFactory
* @model kind="package"
* @generated
@@ -30,7 +30,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNAME = "PapyrusDSMLValidationRule";
@@ -39,7 +39,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The package namespace URI.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_URI = "http://www.eclipse.org/papyrus/dsmlvalidation";
@@ -48,7 +48,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The package namespace name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
String eNS_PREFIX = "PapyrusDSMLValidationRule";
@@ -57,7 +57,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The singleton instance of the package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
PapyrusDSMLValidationRulePackage eINSTANCE = org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.PapyrusDSMLValidationRulePackageImpl.init();
@@ -66,7 +66,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.ValidationRuleImpl <em>Validation Rule</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.ValidationRuleImpl
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.PapyrusDSMLValidationRulePackageImpl#getValidationRule()
* @generated
@@ -77,7 +77,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The feature id for the '<em><b>Severity</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -87,7 +87,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The feature id for the '<em><b>Mode</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -97,7 +97,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The feature id for the '<em><b>Is Enabled By Default</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -107,7 +107,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The feature id for the '<em><b>Base Constraint</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -117,7 +117,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The feature id for the '<em><b>Status Code</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -127,7 +127,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The feature id for the '<em><b>Message</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -137,7 +137,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The feature id for the '<em><b>Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -147,7 +147,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The feature id for the '<em><b>Target</b></em>' attribute list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -157,7 +157,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The feature id for the '<em><b>Class</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -167,7 +167,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The feature id for the '<em><b>Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -177,7 +177,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The number of structural features of the '<em>Validation Rule</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -187,7 +187,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The number of operations of the '<em>Validation Rule</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
* @ordered
*/
@@ -197,7 +197,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Severity <em>Severity</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Severity
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.PapyrusDSMLValidationRulePackageImpl#getSeverity()
* @generated
@@ -208,7 +208,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object id for the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Mode <em>Mode</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Mode
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.PapyrusDSMLValidationRulePackageImpl#getMode()
* @generated
@@ -220,7 +220,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for class '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule <em>Validation Rule</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for class '<em>Validation Rule</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule
* @generated
@@ -231,7 +231,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getSeverity <em>Severity</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Severity</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getSeverity()
* @see #getValidationRule()
@@ -243,7 +243,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getMode <em>Mode</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Mode</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getMode()
* @see #getValidationRule()
@@ -255,7 +255,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#isEnabledByDefault <em>Is Enabled By Default</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Is Enabled By Default</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#isEnabledByDefault()
* @see #getValidationRule()
@@ -267,7 +267,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for the reference '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getBase_Constraint <em>Base Constraint</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the reference '<em>Base Constraint</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getBase_Constraint()
* @see #getValidationRule()
@@ -279,7 +279,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getStatusCode <em>Status Code</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Status Code</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getStatusCode()
* @see #getValidationRule()
@@ -291,7 +291,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getMessage <em>Message</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Message</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getMessage()
* @see #getValidationRule()
@@ -303,7 +303,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getDescription <em>Description</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Description</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getDescription()
* @see #getValidationRule()
@@ -315,7 +315,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for the attribute list '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getTarget <em>Target</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute list '<em>Target</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getTarget()
* @see #getValidationRule()
@@ -327,7 +327,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getClass_ <em>Class</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Class</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getClass_()
* @see #getValidationRule()
@@ -339,7 +339,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for the attribute '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getId <em>Id</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for the attribute '<em>Id</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getId()
* @see #getValidationRule()
@@ -351,7 +351,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for enum '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Severity <em>Severity</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for enum '<em>Severity</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Severity
* @generated
@@ -362,7 +362,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* Returns the meta object for enum '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Mode <em>Mode</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return the meta object for enum '<em>Mode</em>'.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Mode
* @generated
@@ -373,7 +373,7 @@ public interface PapyrusDSMLValidationRulePackage 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
*/
@@ -390,7 +390,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
interface Literals {
@@ -398,7 +398,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.ValidationRuleImpl <em>Validation Rule</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.ValidationRuleImpl
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.PapyrusDSMLValidationRulePackageImpl#getValidationRule()
* @generated
@@ -409,7 +409,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '<em><b>Severity</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute VALIDATION_RULE__SEVERITY = eINSTANCE.getValidationRule_Severity();
@@ -418,7 +418,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '<em><b>Mode</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute VALIDATION_RULE__MODE = eINSTANCE.getValidationRule_Mode();
@@ -427,7 +427,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '<em><b>Is Enabled By Default</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute VALIDATION_RULE__IS_ENABLED_BY_DEFAULT = eINSTANCE.getValidationRule_IsEnabledByDefault();
@@ -436,7 +436,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '<em><b>Base Constraint</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EReference VALIDATION_RULE__BASE_CONSTRAINT = eINSTANCE.getValidationRule_Base_Constraint();
@@ -445,7 +445,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '<em><b>Status Code</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute VALIDATION_RULE__STATUS_CODE = eINSTANCE.getValidationRule_StatusCode();
@@ -454,7 +454,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '<em><b>Message</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute VALIDATION_RULE__MESSAGE = eINSTANCE.getValidationRule_Message();
@@ -463,7 +463,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '<em><b>Description</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute VALIDATION_RULE__DESCRIPTION = eINSTANCE.getValidationRule_Description();
@@ -472,7 +472,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '<em><b>Target</b></em>' attribute list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute VALIDATION_RULE__TARGET = eINSTANCE.getValidationRule_Target();
@@ -481,7 +481,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '<em><b>Class</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute VALIDATION_RULE__CLASS = eINSTANCE.getValidationRule_Class();
@@ -490,7 +490,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '<em><b>Id</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
EAttribute VALIDATION_RULE__ID = eINSTANCE.getValidationRule_Id();
@@ -499,7 +499,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Severity <em>Severity</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Severity
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.PapyrusDSMLValidationRulePackageImpl#getSeverity()
* @generated
@@ -510,7 +510,7 @@ public interface PapyrusDSMLValidationRulePackage extends EPackage {
* The meta object literal for the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Mode <em>Mode</em>}' enum.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Mode
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl.PapyrusDSMLValidationRulePackageImpl#getMode()
* @generated
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
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/ValidationRule.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/ValidationRule.java
index 9ee0c318efc..3fd710d7b30 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/ValidationRule.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/ValidationRule.java
@@ -3,9 +3,7 @@
package org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule;
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.Constraint;
/**
@@ -43,7 +41,7 @@ public interface ValidationRule extends EObject {
* If the meaning of the '<em>Severity</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Severity</em>' attribute.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Severity
* @see #setSeverity(Severity)
@@ -57,7 +55,7 @@ public interface ValidationRule extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getSeverity <em>Severity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Severity</em>' attribute.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Severity
@@ -75,7 +73,7 @@ public interface ValidationRule extends EObject {
* If the meaning of the '<em>Mode</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Mode</em>' attribute.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Mode
* @see #setMode(Mode)
@@ -89,7 +87,7 @@ public interface ValidationRule extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getMode <em>Mode</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Mode</em>' attribute.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Mode
@@ -106,7 +104,7 @@ public interface ValidationRule extends EObject {
* If the meaning of the '<em>Is Enabled By Default</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Is Enabled By Default</em>' attribute.
* @see #setIsEnabledByDefault(boolean)
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage#getValidationRule_IsEnabledByDefault()
@@ -119,7 +117,7 @@ public interface ValidationRule extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#isEnabledByDefault <em>Is Enabled By Default</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Is Enabled By Default</em>' attribute.
* @see #isEnabledByDefault()
@@ -134,7 +132,7 @@ public interface ValidationRule extends EObject {
* If the meaning of the '<em>Base Constraint</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Base Constraint</em>' reference.
* @see #setBase_Constraint(Constraint)
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage#getValidationRule_Base_Constraint()
@@ -147,7 +145,7 @@ public interface ValidationRule extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getBase_Constraint <em>Base Constraint</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Constraint</em>' reference.
* @see #getBase_Constraint()
@@ -163,7 +161,7 @@ public interface ValidationRule extends EObject {
* If the meaning of the '<em>Status Code</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Status Code</em>' attribute.
* @see #setStatusCode(int)
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage#getValidationRule_StatusCode()
@@ -176,7 +174,7 @@ public interface ValidationRule extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getStatusCode <em>Status Code</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Status Code</em>' attribute.
* @see #getStatusCode()
@@ -191,7 +189,7 @@ public interface ValidationRule extends EObject {
* If the meaning of the '<em>Message</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Message</em>' attribute.
* @see #setMessage(String)
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage#getValidationRule_Message()
@@ -204,7 +202,7 @@ public interface ValidationRule extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getMessage <em>Message</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Message</em>' attribute.
* @see #getMessage()
@@ -219,7 +217,7 @@ public interface ValidationRule extends EObject {
* If the meaning of the '<em>Description</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(String)
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage#getValidationRule_Description()
@@ -232,7 +230,7 @@ public interface ValidationRule extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getDescription <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Description</em>' attribute.
* @see #getDescription()
@@ -248,7 +246,7 @@ public interface ValidationRule extends EObject {
* If the meaning of the '<em>Target</em>' attribute list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Target</em>' attribute list.
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage#getValidationRule_Target()
* @model dataType="org.eclipse.uml2.types.String" ordered="false"
@@ -263,7 +261,7 @@ public interface ValidationRule extends EObject {
* If the meaning of the '<em>Class</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Class</em>' attribute.
* @see #setClass_(String)
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage#getValidationRule_Class()
@@ -276,7 +274,7 @@ public interface ValidationRule extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getClass_ <em>Class</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Class</em>' attribute.
* @see #getClass_()
@@ -291,7 +289,7 @@ public interface ValidationRule extends EObject {
* If the meaning of the '<em>Id</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(String)
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage#getValidationRule_Id()
@@ -304,7 +302,7 @@ public interface ValidationRule extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule#getId <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Id</em>' attribute.
* @see #getId()
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/PapyrusDSMLValidationRuleFactoryImpl.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/PapyrusDSMLValidationRuleFactoryImpl.java
index 05b57664e40..922c49e2690 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/PapyrusDSMLValidationRuleFactoryImpl.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/PapyrusDSMLValidationRuleFactoryImpl.java
@@ -6,18 +6,19 @@ import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EDataType;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
-
import org.eclipse.emf.ecore.impl.EFactoryImpl;
-
import org.eclipse.emf.ecore.plugin.EcorePlugin;
-
-import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.*;
+import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Mode;
+import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRuleFactory;
+import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage;
+import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Severity;
+import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule;
/**
* <!-- begin-user-doc -->
* An implementation of the model <b>Factory</b>.
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implements PapyrusDSMLValidationRuleFactory {
@@ -25,7 +26,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
* Creates the default factory implementation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public static PapyrusDSMLValidationRuleFactory init() {
@@ -44,7 +45,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
* Creates an instance of the factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public PapyrusDSMLValidationRuleFactoryImpl() {
@@ -54,7 +55,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -70,7 +71,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -88,7 +89,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -106,7 +107,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public ValidationRule createValidationRule() {
@@ -117,7 +118,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Severity createSeverityFromString(EDataType eDataType, String initialValue) {
@@ -131,7 +132,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String convertSeverityToString(EDataType eDataType, Object instanceValue) {
@@ -141,7 +142,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Mode createModeFromString(EDataType eDataType, String initialValue) {
@@ -155,7 +156,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String convertModeToString(EDataType eDataType, Object instanceValue) {
@@ -165,7 +166,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public PapyrusDSMLValidationRulePackage getPapyrusDSMLValidationRulePackage() {
@@ -175,7 +176,7 @@ public class PapyrusDSMLValidationRuleFactoryImpl extends EFactoryImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @deprecated
* @generated
*/
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/PapyrusDSMLValidationRulePackageImpl.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/PapyrusDSMLValidationRulePackageImpl.java
index 794425f2131..ea5d514a1a1 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/PapyrusDSMLValidationRulePackageImpl.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/PapyrusDSMLValidationRulePackageImpl.java
@@ -7,31 +7,27 @@ import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EEnum;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
-
import org.eclipse.emf.ecore.impl.EPackageImpl;
-
import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Mode;
import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRuleFactory;
import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage;
import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Severity;
import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule;
-
import org.eclipse.uml2.types.TypesPackage;
-
import org.eclipse.uml2.uml.UMLPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model <b>Package</b>.
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implements PapyrusDSMLValidationRulePackage {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EClass validationRuleEClass = null;
@@ -39,7 +35,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EEnum severityEEnum = null;
@@ -47,7 +43,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private EEnum modeEEnum = null;
@@ -57,7 +53,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
* package URI value.
* <p>
* 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.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage#eNS_URI
* @see #init()
@@ -70,7 +66,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private static boolean isInited = false;
@@ -81,7 +77,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
* <p>
* This method is used to initialize {@link PapyrusDSMLValidationRulePackage#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()
@@ -119,7 +115,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EClass getValidationRule() {
@@ -129,7 +125,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getValidationRule_Severity() {
@@ -139,7 +135,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getValidationRule_Mode() {
@@ -149,7 +145,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getValidationRule_IsEnabledByDefault() {
@@ -159,7 +155,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EReference getValidationRule_Base_Constraint() {
@@ -169,7 +165,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getValidationRule_StatusCode() {
@@ -179,7 +175,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getValidationRule_Message() {
@@ -189,7 +185,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getValidationRule_Description() {
@@ -199,7 +195,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getValidationRule_Target() {
@@ -209,7 +205,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getValidationRule_Class() {
@@ -219,7 +215,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EAttribute getValidationRule_Id() {
@@ -229,7 +225,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EEnum getSeverity() {
@@ -239,7 +235,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EEnum getMode() {
@@ -249,7 +245,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public PapyrusDSMLValidationRuleFactory getPapyrusDSMLValidationRuleFactory() {
@@ -259,7 +255,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private boolean isCreated = false;
@@ -269,7 +265,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
* guarded to have no affect on any invocation but its first.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void createPackageContents() {
@@ -299,7 +295,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
private boolean isInitialized = false;
@@ -309,7 +305,7 @@ public class PapyrusDSMLValidationRulePackageImpl extends EPackageImpl implement
* method is guarded to have no affect on any invocation but its first.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void initializePackageContents() {
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/ValidationRuleImpl.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/ValidationRuleImpl.java
index e35cb686ed1..b1e732bfc9d 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/ValidationRuleImpl.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/impl/ValidationRuleImpl.java
@@ -5,22 +5,16 @@ package org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
import org.eclipse.emf.ecore.util.EDataTypeUniqueEList;
-
import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Mode;
import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage;
import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.Severity;
import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule;
-
import org.eclipse.uml2.uml.Constraint;
/**
@@ -50,7 +44,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The default value of the '{@link #getSeverity() <em>Severity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSeverity()
* @generated
* @ordered
@@ -61,7 +55,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getSeverity() <em>Severity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getSeverity()
* @generated
* @ordered
@@ -72,7 +66,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The default value of the '{@link #getMode() <em>Mode</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMode()
* @generated
* @ordered
@@ -83,7 +77,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getMode() <em>Mode</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMode()
* @generated
* @ordered
@@ -94,7 +88,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The default value of the '{@link #isEnabledByDefault() <em>Is Enabled By Default</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isEnabledByDefault()
* @generated
* @ordered
@@ -105,7 +99,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #isEnabledByDefault() <em>Is Enabled By Default</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #isEnabledByDefault()
* @generated
* @ordered
@@ -116,7 +110,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getBase_Constraint() <em>Base Constraint</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Constraint()
* @generated
* @ordered
@@ -127,7 +121,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The default value of the '{@link #getStatusCode() <em>Status Code</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getStatusCode()
* @generated
* @ordered
@@ -138,7 +132,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getStatusCode() <em>Status Code</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getStatusCode()
* @generated
* @ordered
@@ -149,7 +143,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The default value of the '{@link #getMessage() <em>Message</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMessage()
* @generated
* @ordered
@@ -160,7 +154,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getMessage() <em>Message</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getMessage()
* @generated
* @ordered
@@ -171,7 +165,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The default value of the '{@link #getDescription() <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getDescription()
* @generated
* @ordered
@@ -182,7 +176,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getDescription() <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getDescription()
* @generated
* @ordered
@@ -193,7 +187,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getTarget() <em>Target</em>}' attribute list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getTarget()
* @generated
* @ordered
@@ -204,7 +198,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The default value of the '{@link #getClass_() <em>Class</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getClass_()
* @generated
* @ordered
@@ -215,7 +209,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getClass_() <em>Class</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getClass_()
* @generated
* @ordered
@@ -226,7 +220,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The default value of the '{@link #getId() <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getId()
* @generated
* @ordered
@@ -237,7 +231,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
* The cached value of the '{@link #getId() <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getId()
* @generated
* @ordered
@@ -247,7 +241,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ValidationRuleImpl() {
@@ -257,7 +251,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -268,7 +262,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Severity getSeverity() {
@@ -278,7 +272,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setSeverity(Severity newSeverity) {
@@ -292,7 +286,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Mode getMode() {
@@ -302,7 +296,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setMode(Mode newMode) {
@@ -316,7 +310,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public boolean isEnabledByDefault() {
@@ -326,7 +320,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setIsEnabledByDefault(boolean newIsEnabledByDefault) {
@@ -340,7 +334,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Constraint getBase_Constraint() {
@@ -359,7 +353,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Constraint basicGetBase_Constraint() {
@@ -369,7 +363,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setBase_Constraint(Constraint newBase_Constraint) {
@@ -383,7 +377,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public int getStatusCode() {
@@ -393,7 +387,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setStatusCode(int newStatusCode) {
@@ -407,7 +401,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getMessage() {
@@ -417,7 +411,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setMessage(String newMessage) {
@@ -431,7 +425,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getDescription() {
@@ -441,7 +435,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setDescription(String newDescription) {
@@ -455,7 +449,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EList<String> getTarget() {
@@ -468,7 +462,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getClass_() {
@@ -478,7 +472,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setClass_(String newClass) {
@@ -492,7 +486,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getId() {
@@ -502,7 +496,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setId(String newId) {
@@ -516,7 +510,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -552,7 +546,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -597,7 +591,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -640,7 +634,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -673,7 +667,7 @@ public class ValidationRuleImpl extends MinimalEObjectImpl.Container implements
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleAdapterFactory.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleAdapterFactory.java
index 057da659a44..d595730b15e 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleAdapterFactory.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleAdapterFactory.java
@@ -4,19 +4,17 @@ package org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.util;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notifier;
-
import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
-
import org.eclipse.emf.ecore.EObject;
-
-import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.*;
+import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage;
+import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule;
/**
* <!-- 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.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage
* @generated
*/
@@ -25,7 +23,7 @@ public class PapyrusDSMLValidationRuleAdapterFactory extends AdapterFactoryImpl
* The cached model package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected static PapyrusDSMLValidationRulePackage modelPackage;
@@ -34,7 +32,7 @@ public class PapyrusDSMLValidationRuleAdapterFactory extends AdapterFactoryImpl
* Creates an instance of the adapter factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public PapyrusDSMLValidationRuleAdapterFactory() {
@@ -48,7 +46,7 @@ public class PapyrusDSMLValidationRuleAdapterFactory extends AdapterFactoryImpl
* <!-- 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
*/
@@ -67,7 +65,7 @@ public class PapyrusDSMLValidationRuleAdapterFactory extends AdapterFactoryImpl
* The switch that delegates to the <code>createXXX</code> methods.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected PapyrusDSMLValidationRuleSwitch<Adapter> modelSwitch =
@@ -87,7 +85,7 @@ public class PapyrusDSMLValidationRuleAdapterFactory 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>.
@@ -105,7 +103,7 @@ public class PapyrusDSMLValidationRuleAdapterFactory extends AdapterFactoryImpl
* 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.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule
* @generated
@@ -119,7 +117,7 @@ public class PapyrusDSMLValidationRuleAdapterFactory extends AdapterFactoryImpl
* <!-- begin-user-doc -->
* This default implementation returns null.
* <!-- end-user-doc -->
- *
+ *
* @return the new adapter.
* @generated
*/
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleResourceFactoryImpl.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleResourceFactoryImpl.java
index 76ad040ac65..bc69e477750 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleResourceFactoryImpl.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleResourceFactoryImpl.java
@@ -3,18 +3,15 @@
package org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.util;
import org.eclipse.emf.common.util.URI;
-
import org.eclipse.emf.ecore.resource.Resource;
-
import org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl;
-
import org.eclipse.emf.ecore.xmi.XMLResource;
/**
* <!-- begin-user-doc -->
* The <b>Resource Factory</b> associated with the package.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.util.PapyrusDSMLValidationRuleResourceImpl
* @generated
*/
@@ -23,7 +20,7 @@ public class PapyrusDSMLValidationRuleResourceFactoryImpl extends ResourceFactor
* Creates an instance of the resource factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public PapyrusDSMLValidationRuleResourceFactoryImpl() {
@@ -34,7 +31,7 @@ public class PapyrusDSMLValidationRuleResourceFactoryImpl extends ResourceFactor
* Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleResourceImpl.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleResourceImpl.java
index 98a8e7e62f6..b701aceae19 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleResourceImpl.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleResourceImpl.java
@@ -3,14 +3,13 @@
package org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.util;
import org.eclipse.emf.common.util.URI;
-
import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
/**
* <!-- begin-user-doc -->
* The <b>Resource </b> associated with the package.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.util.PapyrusDSMLValidationRuleResourceFactoryImpl
* @generated
*/
@@ -19,7 +18,7 @@ public class PapyrusDSMLValidationRuleResourceImpl extends XMLResourceImpl {
* Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param uri
* the URI of the new resource.
* @generated
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleSwitch.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleSwitch.java
index 837ad14656d..e84219f5841 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleSwitch.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleSwitch.java
@@ -4,10 +4,9 @@ package org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.util;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
-
import org.eclipse.emf.ecore.util.Switch;
-
-import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.*;
+import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage;
+import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.ValidationRule;
/**
* <!-- begin-user-doc -->
@@ -18,7 +17,7 @@ import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.*;
* until a non-null result is returned,
* which is the result of the switch.
* <!-- end-user-doc -->
- *
+ *
* @see org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage
* @generated
*/
@@ -27,7 +26,7 @@ public class PapyrusDSMLValidationRuleSwitch<T> extends Switch<T> {
* The cached model package
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected static PapyrusDSMLValidationRulePackage modelPackage;
@@ -36,7 +35,7 @@ public class PapyrusDSMLValidationRuleSwitch<T> extends Switch<T> {
* Creates an instance of the switch.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public PapyrusDSMLValidationRuleSwitch() {
@@ -49,7 +48,7 @@ public class PapyrusDSMLValidationRuleSwitch<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
@@ -63,7 +62,7 @@ public class PapyrusDSMLValidationRuleSwitch<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
*/
@@ -89,7 +88,7 @@ public class PapyrusDSMLValidationRuleSwitch<T> extends Switch<T> {
* 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>Validation Rule</em>'.
@@ -106,7 +105,7 @@ public class PapyrusDSMLValidationRuleSwitch<T> extends Switch<T> {
* 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>'.
diff --git a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleXMLProcessor.java b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleXMLProcessor.java
index 7f0f86e031f..a072a1d93ae 100644
--- a/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleXMLProcessor.java
+++ b/extraplugins/dsml.validation/org.eclipse.papyrus.dsml.validation/src-gen/org/eclipse/papyrus/dsml/validation/PapyrusDSMLValidationRule/util/PapyrusDSMLValidationRuleXMLProcessor.java
@@ -5,18 +5,15 @@ package org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.util;
import java.util.Map;
import org.eclipse.emf.ecore.EPackage;
-
import org.eclipse.emf.ecore.resource.Resource;
-
import org.eclipse.emf.ecore.xmi.util.XMLProcessor;
-
import org.eclipse.papyrus.dsml.validation.PapyrusDSMLValidationRule.PapyrusDSMLValidationRulePackage;
/**
* This class contains helper methods to serialize and deserialize XML documents
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public class PapyrusDSMLValidationRuleXMLProcessor extends XMLProcessor {
@@ -25,7 +22,7 @@ public class PapyrusDSMLValidationRuleXMLProcessor extends XMLProcessor {
* Public constructor to instantiate the helper.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public PapyrusDSMLValidationRuleXMLProcessor() {
@@ -37,7 +34,7 @@ public class PapyrusDSMLValidationRuleXMLProcessor extends XMLProcessor {
* Register for "*" and "xml" file extensions the PapyrusDSMLValidationRuleResourceFactoryImpl factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override

Back to the top