Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConnectorConfiguration.java')
-rw-r--r--extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConnectorConfiguration.java26
1 files changed, 15 insertions, 11 deletions
diff --git a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConnectorConfiguration.java b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConnectorConfiguration.java
index 1ec279da889..bad2807081d 100644
--- a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConnectorConfiguration.java
+++ b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConnectorConfiguration.java
@@ -1,14 +1,14 @@
/**
* Copyright (c) 2013 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
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Ansgar Radermacher - Initial API and implementation
- *
+ *
*/
package org.eclipse.papyrus.FCM;
@@ -24,8 +24,8 @@ import org.eclipse.uml2.uml.Slot;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.FCM.ConnectorConfiguration#getBase_Slot <em>Base Slot</em>}</li>
- * <li>{@link org.eclipse.papyrus.FCM.ConnectorConfiguration#getConnector <em>Connector</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.ConnectorConfiguration#getBase_Slot <em>Base Slot</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.ConnectorConfiguration#getConnector <em>Connector</em>}</li>
* </ul>
* </p>
*
@@ -38,10 +38,10 @@ public interface ConnectorConfiguration extends EObject {
* Returns the value of the '<em><b>Base Slot</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Base Slot</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Base Slot</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 Slot</em>' reference.
* @see #setBase_Slot(Slot)
* @see org.eclipse.papyrus.FCM.FCMPackage#getConnectorConfiguration_Base_Slot()
@@ -54,7 +54,9 @@ public interface ConnectorConfiguration extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.ConnectorConfiguration#getBase_Slot <em>Base Slot</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Base Slot</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Base Slot</em>' reference.
* @see #getBase_Slot()
* @generated
*/
@@ -64,10 +66,10 @@ public interface ConnectorConfiguration extends EObject {
* Returns the value of the '<em><b>Connector</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Connector</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Connector</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Connector</em>' reference.
* @see #setConnector(Connector)
* @see org.eclipse.papyrus.FCM.FCMPackage#getConnectorConfiguration_Connector()
@@ -80,7 +82,9 @@ public interface ConnectorConfiguration extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.ConnectorConfiguration#getConnector <em>Connector</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Connector</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Connector</em>' reference.
* @see #getConnector()
* @generated
*/

Back to the top