Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/ReuseMetaInformation.java')
-rw-r--r--extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/ReuseMetaInformation.java49
1 files changed, 26 insertions, 23 deletions
diff --git a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/ReuseMetaInformation.java b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/ReuseMetaInformation.java
index c48fb9cc43a..5255094faca 100644
--- a/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/ReuseMetaInformation.java
+++ b/extraplugins/eastadl/org.eclipse.papyrus.eastadl/src/org/eclipse/papyrus/eastadl/variability/ReuseMetaInformation.java
@@ -1,7 +1,7 @@
/*****************************************************************************
* Copyright (c) 2010 CEA LIST.
*
- *
+ *
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -18,25 +18,25 @@ package org.eclipse.papyrus.eastadl.variability;
import org.eclipse.papyrus.eastadl.infrastructure.elements.TraceableSpecification;
/**
- * <!-- begin-user-doc --> A representation of the model object '
- * <em><b>Reuse Meta Information</b></em>'. <!-- end-user-doc -->
+ * <!-- begin-user-doc --> A representation of the model object ' <em><b>Reuse Meta Information</b></em>'. <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
- * ReuseMetaInformation represents the description information needed in the context of reuse. For example a specific entity is only a short-time solution that is not intended to be reused. Also a specific entity can only be reused for specific model ranges (that are not reflected in the product model). This kind of information can be stored in this information.
- *
+ * ReuseMetaInformation represents the description information needed in the context of reuse. For example a specific entity is only a short-time solution that is not intended to be reused. Also a specific entity can only be reused for specific model ranges
+ * (that are not reflected in the product model). This kind of information can be stored in this information.
+ *
* Semantics:
* The ReuseMetaInformation represents information that explains if and how the respective entity can be reused.
- *
- *
+ *
+ *
* Extension: Class
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.eastadl.variability.ReuseMetaInformation#getInformation <em>Information</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.variability.ReuseMetaInformation#isIsReusable <em>Is Reusable</em>}</li>
- * <li>{@link org.eclipse.papyrus.eastadl.variability.ReuseMetaInformation#getBase_Class <em>Base Class</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.variability.ReuseMetaInformation#getInformation <em>Information</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.variability.ReuseMetaInformation#isIsReusable <em>Is Reusable</em>}</li>
+ * <li>{@link org.eclipse.papyrus.eastadl.variability.ReuseMetaInformation#getBase_Class <em>Base Class</em>}</li>
* </ul>
* </p>
*
@@ -49,12 +49,11 @@ public interface ReuseMetaInformation extends TraceableSpecification {
/**
* Returns the value of the '<em><b>Information</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Information</em>' attribute isn't clear, there really should be
- * more of a description here...
+ * If the meaning of the '<em>Information</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc --> <!-- begin-model-doc --> The reuse information is stored in this
* attribute. <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Information</em>' attribute.
* @see #setInformation(String)
* @see org.eclipse.papyrus.eastadl.variability.VariabilityPackage#getReuseMetaInformation_Information()
@@ -64,16 +63,14 @@ public interface ReuseMetaInformation extends TraceableSpecification {
String getInformation();
/**
- * Returns the value of the '<em><b>Is Reusable</b></em>' attribute. The default value is
- * <code>"true"</code>. <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Is Reusable</b></em>' attribute. The default value is <code>"true"</code>. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Is Reusable</em>' attribute isn't clear, there really should be
- * more of a description here...
+ * If the meaning of the '<em>Is Reusable</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc --> <!-- begin-model-doc --> This Boolean attributes just says if the
* entity itself can essentially be reused or not. Specific information or constraints on reuse
* are in the information attribute. Default value is TRUE. <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Is Reusable</em>' attribute.
* @see #setIsReusable(boolean)
* @see org.eclipse.papyrus.eastadl.variability.VariabilityPackage#getReuseMetaInformation_IsReusable()
@@ -85,7 +82,9 @@ public interface ReuseMetaInformation extends TraceableSpecification {
/**
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.variability.ReuseMetaInformation#getInformation <em>Information</em>}' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- * @param value the new value of the '<em>Information</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Information</em>' attribute.
* @see #getInformation()
* @generated
*/
@@ -94,7 +93,9 @@ public interface ReuseMetaInformation extends TraceableSpecification {
/**
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.variability.ReuseMetaInformation#isIsReusable <em>Is Reusable</em>}' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- * @param value the new value of the '<em>Is Reusable</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Is Reusable</em>' attribute.
* @see #isIsReusable()
* @generated
*/
@@ -104,10 +105,10 @@ public interface ReuseMetaInformation extends TraceableSpecification {
* Returns the value of the '<em><b>Base Class</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Base Class</em>' reference isn't clear,
- * there really should be more of a description here...
+ * 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.variability.VariabilityPackage#getReuseMetaInformation_Base_Class()
@@ -120,7 +121,9 @@ public interface ReuseMetaInformation extends TraceableSpecification {
* Sets the value of the '{@link org.eclipse.papyrus.eastadl.variability.ReuseMetaInformation#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.
+ *
+ * @param value
+ * the new value of the '<em>Base Class</em>' reference.
* @see #getBase_Class()
* @generated
*/

Back to the top