Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/Literal.java')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/Literal.java11
1 files changed, 5 insertions, 6 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/Literal.java b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/Literal.java
index 340a53c35e8..f80d630cf53 100644
--- a/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/Literal.java
+++ b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src-gen/org/eclipse/papyrus/marte/vsl/vSL/Literal.java
@@ -4,7 +4,6 @@ package org.eclipse.papyrus.marte.vsl.vSL;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
-
import org.eclipse.uml2.uml.Element;
import org.eclipse.uml2.uml.Type;
@@ -33,7 +32,7 @@ public interface Literal extends ValueSpecification
* If the meaning of the '<em>Value</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Value</em>' attribute.
* @see #setValue(String)
* @see org.eclipse.papyrus.marte.vsl.vSL.VSLPackage#getLiteral_Value()
@@ -46,7 +45,7 @@ public interface Literal extends ValueSpecification
* Sets the value of the '{@link org.eclipse.papyrus.marte.vsl.vSL.Literal#getValue <em>Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Value</em>' attribute.
* @see #getValue()
@@ -57,7 +56,7 @@ public interface Literal extends ValueSpecification
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @model annotation="http://www.eclipse.org/emf/2002/GenModel body='return org.eclipse.papyrus.marte.vsl.extensions.VSLContextUtil.getFilteredParentRule(this, filter) ;'"
* @generated
*/
@@ -67,7 +66,7 @@ public interface Literal extends ValueSpecification
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @model kind="operation"
* annotation="http://www.eclipse.org/emf/2002/GenModel body='return org.eclipse.papyrus.marte.vsl.extensions.VSLContextUtil.getExpectedType(this) ;'"
* @generated
@@ -78,7 +77,7 @@ public interface Literal extends ValueSpecification
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @model kind="operation"
* annotation="http://www.eclipse.org/emf/2002/GenModel body='return org.eclipse.papyrus.marte.vsl.extensions.VSLContextUtil.getContextElement(this) ;'"
* @generated

Back to the top