Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/design/org.eclipse.papyrus.design.profile.architecture/src/org/eclipse/papyrus/design/profile/architecture/Layer.java')
-rw-r--r--extraplugins/design/org.eclipse.papyrus.design.profile.architecture/src/org/eclipse/papyrus/design/profile/architecture/Layer.java61
1 files changed, 38 insertions, 23 deletions
diff --git a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture/src/org/eclipse/papyrus/design/profile/architecture/Layer.java b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture/src/org/eclipse/papyrus/design/profile/architecture/Layer.java
index cb3de12ec57..a603a92881e 100644
--- a/extraplugins/design/org.eclipse.papyrus.design.profile.architecture/src/org/eclipse/papyrus/design/profile/architecture/Layer.java
+++ b/extraplugins/design/org.eclipse.papyrus.design.profile.architecture/src/org/eclipse/papyrus/design/profile/architecture/Layer.java
@@ -15,12 +15,12 @@ package org.eclipse.papyrus.design.profile.architecture;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#getName <em>Name</em>}</li>
- * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#getParentFolder <em>Parent Folder</em>}</li>
- * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#getBase_Package <em>Base Package</em>}</li>
- * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#isDeprecated <em>Is Deprecated</em>}</li>
- * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#getDeprecatedComment <em>Deprecated Comment</em>}</li>
- * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#getReferent <em>Referent</em>}</li>
+ * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#getName <em>Name</em>}</li>
+ * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#getParentFolder <em>Parent Folder</em>}</li>
+ * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#getBase_Package <em>Base Package</em>}</li>
+ * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#isDeprecated <em>Is Deprecated</em>}</li>
+ * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#getDeprecatedComment <em>Deprecated Comment</em>}</li>
+ * <li>{@link org.eclipse.papyrus.design.profile.architecture.Layer#getReferent <em>Referent</em>}</li>
* </ul>
* </p>
*
@@ -35,9 +35,10 @@ public interface Layer extends Element {
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* <p>
- * An alternative name to be used in place of the stereotyped element's name.
+ * An alternative name to be used in place of the stereotyped element's name.
* </p>
* <!-- end-model-doc -->
+ *
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.papyrus.design.profile.architecture.ArchitecturePackage#getLayer_Name()
@@ -50,7 +51,9 @@ public interface Layer extends Element {
* Sets the value of the '{@link org.eclipse.papyrus.design.profile.architecture.Layer#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Name</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
@@ -62,15 +65,16 @@ public interface Layer extends Element {
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* <p>
- * The name of the parent folder that will contain the layer, if any.
+ * The name of the parent folder that will contain the layer, if any.
* </p>
* <p>
- * If no parent is specified, the layer is 'virtual' (no corresponding physical folder)
+ * If no parent is specified, the layer is 'virtual' (no corresponding physical folder)
* </p>
* <p>
- * Ex: plugins
+ * Ex: plugins
* </p>
* <!-- end-model-doc -->
+ *
* @return the value of the '<em>Parent Folder</em>' attribute.
* @see #setParentFolder(String)
* @see org.eclipse.papyrus.design.profile.architecture.ArchitecturePackage#getLayer_ParentFolder()
@@ -83,7 +87,9 @@ public interface Layer extends Element {
* Sets the value of the '{@link org.eclipse.papyrus.design.profile.architecture.Layer#getParentFolder <em>Parent Folder</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Parent Folder</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Parent Folder</em>' attribute.
* @see #getParentFolder()
* @generated
*/
@@ -93,10 +99,10 @@ public interface Layer extends Element {
* Returns the value of the '<em><b>Base Package</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Base Package</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Base Package</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 Package</em>' reference.
* @see #setBase_Package(org.eclipse.uml2.uml.Package)
* @see org.eclipse.papyrus.design.profile.architecture.ArchitecturePackage#getLayer_Base_Package()
@@ -109,7 +115,9 @@ public interface Layer extends Element {
* Sets the value of the '{@link org.eclipse.papyrus.design.profile.architecture.Layer#getBase_Package <em>Base Package</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Base Package</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Base Package</em>' reference.
* @see #getBase_Package()
* @generated
*/
@@ -119,10 +127,10 @@ public interface Layer extends Element {
* Returns the value of the '<em><b>Is Deprecated</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Is Deprecated</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Is Deprecated</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Is Deprecated</em>' attribute.
* @see #setIsDeprecated(boolean)
* @see org.eclipse.papyrus.design.profile.architecture.ArchitecturePackage#getLayer_IsDeprecated()
@@ -135,7 +143,9 @@ public interface Layer extends Element {
* Sets the value of the '{@link org.eclipse.papyrus.design.profile.architecture.Layer#isDeprecated <em>Is Deprecated</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Is Deprecated</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Is Deprecated</em>' attribute.
* @see #isDeprecated()
* @generated
*/
@@ -147,9 +157,10 @@ public interface Layer extends Element {
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* <p>
- * A comment associated to the isDeprecated=true
+ * A comment associated to the isDeprecated=true
* </p>
* <!-- end-model-doc -->
+ *
* @return the value of the '<em>Deprecated Comment</em>' attribute.
* @see #setDeprecatedComment(String)
* @see org.eclipse.papyrus.design.profile.architecture.ArchitecturePackage#getLayer_DeprecatedComment()
@@ -162,7 +173,9 @@ public interface Layer extends Element {
* Sets the value of the '{@link org.eclipse.papyrus.design.profile.architecture.Layer#getDeprecatedComment <em>Deprecated Comment</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Deprecated Comment</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Deprecated Comment</em>' attribute.
* @see #getDeprecatedComment()
* @generated
*/
@@ -172,10 +185,10 @@ public interface Layer extends Element {
* Returns the value of the '<em><b>Referent</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Referent</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Referent</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Referent</em>' attribute.
* @see #setReferent(String)
* @see org.eclipse.papyrus.design.profile.architecture.ArchitecturePackage#getLayer_Referent()
@@ -188,7 +201,9 @@ public interface Layer extends Element {
* Sets the value of the '{@link org.eclipse.papyrus.design.profile.architecture.Layer#getReferent <em>Referent</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Referent</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Referent</em>' attribute.
* @see #getReferent()
* @generated
*/

Back to the top