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/Port.java')
-rw-r--r--extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Port.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Port.java b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Port.java
index 8aa73934524..8ee14866d84 100644
--- a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Port.java
+++ b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/Port.java
@@ -41,7 +41,7 @@ public interface Port extends ConfigurableElementInstance {
* If the meaning of the '<em>Base Port</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 Port</em>' reference.
* @see #setBase_Port(org.eclipse.uml2.uml.Port)
* @see org.eclipse.papyrus.FCM.FCMPackage#getPort_Base_Port()
@@ -54,7 +54,7 @@ public interface Port extends ConfigurableElementInstance {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.Port#getBase_Port <em>Base Port</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base Port</em>' reference.
* @see #getBase_Port()
@@ -69,7 +69,7 @@ public interface Port extends ConfigurableElementInstance {
* If the meaning of the '<em>Kind</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Kind</em>' reference.
* @see #setKind(PortKind)
* @see org.eclipse.papyrus.FCM.FCMPackage#getPort_Kind()
@@ -82,7 +82,7 @@ public interface Port extends ConfigurableElementInstance {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.Port#getKind <em>Kind</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Kind</em>' reference.
* @see #getKind()
@@ -97,7 +97,7 @@ public interface Port extends ConfigurableElementInstance {
* If the meaning of the '<em>Provided Interface</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Provided Interface</em>' reference.
* @see #isSetProvidedInterface()
* @see org.eclipse.papyrus.FCM.FCMPackage#getPort_ProvidedInterface()
@@ -110,7 +110,7 @@ public interface Port extends ConfigurableElementInstance {
* Returns whether the value of the '{@link org.eclipse.papyrus.FCM.Port#getProvidedInterface <em>Provided Interface</em>}' reference is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return whether the value of the '<em>Provided Interface</em>' reference is set.
* @see #getProvidedInterface()
* @generated
@@ -124,7 +124,7 @@ public interface Port extends ConfigurableElementInstance {
* If the meaning of the '<em>Required Interface</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Required Interface</em>' reference.
* @see #isSetRequiredInterface()
* @see org.eclipse.papyrus.FCM.FCMPackage#getPort_RequiredInterface()
@@ -137,7 +137,7 @@ public interface Port extends ConfigurableElementInstance {
* Returns whether the value of the '{@link org.eclipse.papyrus.FCM.Port#getRequiredInterface <em>Required Interface</em>}' reference is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @return whether the value of the '<em>Required Interface</em>' reference is set.
* @see #getRequiredInterface()
* @generated

Back to the top