Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/PowerLabel.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/PowerLabel.java18
1 files changed, 10 insertions, 8 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/PowerLabel.java b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/PowerLabel.java
index 4de8ac62539..ea12802a3c4 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/PowerLabel.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/PowerLabel.java
@@ -11,7 +11,6 @@
*/
package org.eclipse.papyrus.umldi;
-
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Power Label</b></em>'.
@@ -21,7 +20,7 @@ package org.eclipse.papyrus.umldi;
* The following features are supported:
* </p>
* <ul>
- * <li>{@link org.eclipse.papyrus.umldi.PowerLabel#getGeneralizationSetEdge <em>Generalization Set Edge</em>}</li>
+ * <li>{@link org.eclipse.papyrus.umldi.PowerLabel#getGeneralizationSetEdge <em>Generalization Set Edge</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.umldi.UMLDIPackage#getPowerLabel()
@@ -29,6 +28,7 @@ package org.eclipse.papyrus.umldi;
* @generated
*/
public interface PowerLabel extends UmlLabel {
+
/**
* Returns the value of the '<em><b>Generalization Set Edge</b></em>' container reference.
* It is bidirectional and its opposite is '{@link org.eclipse.papyrus.umldi.GeneralizationSetEdge#getPowerLabel <em>Power Label</em>}'.
@@ -36,14 +36,14 @@ public interface PowerLabel extends UmlLabel {
* This feature subsets the following features:
* </p>
* <ul>
- * <li>'{@link org.eclipse.papyrus.umldi.UmlDiagramElement#getOwningUmlDiagramElement() <em>Owning Uml Diagram Element</em>}'</li>
+ * <li>'{@link org.eclipse.papyrus.umldi.UmlDiagramElement#getOwningUmlDiagramElement() <em>Owning Uml Diagram Element</em>}'</li>
* </ul>
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Generalization Set Edge</em>' container reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Generalization Set Edge</em>' container reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Generalization Set Edge</em>' container reference.
* @see #setGeneralizationSetEdge(GeneralizationSetEdge)
* @see org.eclipse.papyrus.umldi.UMLDIPackage#getPowerLabel_GeneralizationSetEdge()
@@ -54,13 +54,15 @@ public interface PowerLabel extends UmlLabel {
GeneralizationSetEdge getGeneralizationSetEdge();
/**
- * Sets the value of the '{@link org.eclipse.papyrus.umldi.PowerLabel#getGeneralizationSetEdge <em>Generalization Set Edge</em>}' container reference.
+ * Sets the value of the '{@link org.eclipse.papyrus.umldi.PowerLabel#getGeneralizationSetEdge <em>Generalization Set Edge</em>}' container
+ * reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Generalization Set Edge</em>' container reference.
+ *
+ * @param value
+ * the new value of the '<em>Generalization Set Edge</em>' container reference.
* @see #getGeneralizationSetEdge()
* @generated
*/
void setGeneralizationSetEdge(GeneralizationSetEdge value);
-
} // PowerLabel

Back to the top