Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/needs/BusinessOpportunity.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/needs/BusinessOpportunity.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/needs/BusinessOpportunity.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/needs/BusinessOpportunity.java
index 438bc5782cb..f487a201eda 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/needs/BusinessOpportunity.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/annex/needs/BusinessOpportunity.java
@@ -53,7 +53,7 @@ public interface BusinessOpportunity extends TraceableSpecification {
* If the meaning of the '<em>Base Class</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 Class</em>' reference.
* @see #setBase_Class(org.eclipse.uml2.uml.Class)
* @see org.eclipse.papyrus.eastadl.annex.needs.NeedsPackage#getBusinessOpportunity_Base_Class()
@@ -66,7 +66,7 @@ public interface BusinessOpportunity extends TraceableSpecification {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.annex.needs.BusinessOpportunity#getBase_Class <em>Base Class</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Class</em>' reference.
* @see #getBase_Class()
@@ -81,7 +81,7 @@ public interface BusinessOpportunity extends TraceableSpecification {
* If the meaning of the '<em>Business Opportunity</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Business Opportunity</em>' attribute.
* @see #setBusinessOpportunity(String)
* @see org.eclipse.papyrus.eastadl.annex.needs.NeedsPackage#getBusinessOpportunity_BusinessOpportunity()
@@ -98,7 +98,7 @@ public interface BusinessOpportunity extends TraceableSpecification {
* If the meaning of the '<em>Problem Statement</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>Problem Statement</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.needs.NeedsPackage#getBusinessOpportunity_ProblemStatement()
* @model ordered="false"
@@ -114,7 +114,7 @@ public interface BusinessOpportunity extends TraceableSpecification {
* If the meaning of the '<em>Product Positioning</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>Product Positioning</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.needs.NeedsPackage#getBusinessOpportunity_ProductPositioning()
* @model ordered="false"
@@ -126,7 +126,7 @@ public interface BusinessOpportunity extends TraceableSpecification {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.annex.needs.BusinessOpportunity#getBusinessOpportunity <em>Business Opportunity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Business Opportunity</em>' attribute.
* @see #getBusinessOpportunity()
@@ -142,7 +142,7 @@ public interface BusinessOpportunity extends TraceableSpecification {
* If the meaning of the '<em>Motivates Development Of</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>Motivates Development Of</em>' reference list.
* @see org.eclipse.papyrus.eastadl.annex.needs.NeedsPackage#getBusinessOpportunity_MotivatesDevelopmentOf()
* @model required="true" ordered="false"

Back to the top