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/Extend.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/requirements/Extend.java31
1 files changed, 18 insertions, 13 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/requirements/Extend.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/requirements/Extend.java
index 0a9b960b136..4468526dc42 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/requirements/Extend.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/requirements/Extend.java
@@ -22,29 +22,30 @@ import org.eclipse.papyrus.eastadl.infrastructure.elements.Relationship;
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Extend</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.requirements.Extend#getBase_Extend <em>Base Extend</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.requirements.Extend#getExtendedCase <em>Extended Case</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.requirements.Extend#getExtensionLocation <em>Extension Location</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.requirements.Extend#getBase_Extend <em>Base Extend</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.requirements.Extend#getExtendedCase <em>Extended Case</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.requirements.Extend#getExtensionLocation <em>Extension Location</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.eastadl.requirements.RequirementsPackage#getExtend()
* @model
* @generated
*/
public interface Extend extends Relationship {
+
/**
* Returns the value of the '<em><b>Base Extend</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Base Extend</em>' reference isn't clear,
- * there really should be more of a description here...
+ * 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.RequirementsPackage#getExtend_Base_Extend()
@@ -57,7 +58,9 @@ public interface Extend extends Relationship {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.requirements.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.
+ *
+ * @param value
+ * the new value of the '<em>Base Extend</em>' reference.
* @see #getBase_Extend()
* @generated
*/
@@ -67,10 +70,10 @@ public interface Extend extends Relationship {
* Returns the value of the '<em><b>Extended Case</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Extended Case</em>' reference isn't clear,
- * there really should be more of a description here...
+ * 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.RequirementsPackage#getExtend_ExtendedCase()
@@ -83,7 +86,9 @@ public interface Extend extends Relationship {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.requirements.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.
+ *
+ * @param value
+ * the new value of the '<em>Extended Case</em>' reference.
* @see #getExtendedCase()
* @generated
*/
@@ -94,10 +99,10 @@ public interface Extend extends Relationship {
* The list contents are of type {@link org.eclipse.papyrus.eastadl.requirements.ExtensionPoint}.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Extension Location</em>' reference list isn't clear,
- * there really should be more of a description here...
+ * 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.RequirementsPackage#getExtend_ExtensionLocation()
* @model required="true" ordered="false"

Back to the top