Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/requirements/usecases/Extend.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/requirements/usecases/Extend.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/requirements/usecases/Extend.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/requirements/usecases/Extend.java
index 194826c06e3..79e1e52417a 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/requirements/usecases/Extend.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/requirements/usecases/Extend.java
@@ -31,7 +31,7 @@ public interface Extend extends Relationship {
* If the meaning of the '<em>Base Extend</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 Extend</em>' reference.
* @see #setBase_Extend(org.eclipse.uml2.uml.Extend)
* @see org.eclipse.papyrus.eastadl.requirements.usecases.UsecasesPackage#getExtend_Base_Extend()
@@ -44,7 +44,7 @@ public interface Extend extends Relationship {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.requirements.usecases.Extend#getBase_Extend <em>Base Extend</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Extend</em>' reference.
* @see #getBase_Extend()
@@ -60,7 +60,7 @@ public interface Extend extends Relationship {
* If the meaning of the '<em>Extension Location</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Extension Location</em>' reference list.
* @see org.eclipse.papyrus.eastadl.requirements.usecases.UsecasesPackage#getExtend_ExtensionLocation()
* @model required="true" ordered="false"
@@ -75,7 +75,7 @@ public interface Extend extends Relationship {
* If the meaning of the '<em>Extended Case</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Extended Case</em>' reference.
* @see #setExtendedCase(UseCase)
* @see org.eclipse.papyrus.eastadl.requirements.usecases.UsecasesPackage#getExtend_ExtendedCase()
@@ -88,7 +88,7 @@ public interface Extend extends Relationship {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.requirements.usecases.Extend#getExtendedCase <em>Extended Case</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Extended Case</em>' reference.
* @see #getExtendedCase()

Back to the top