Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/MessageFlowAssociation.java')
-rw-r--r--tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/MessageFlowAssociation.java51
1 files changed, 28 insertions, 23 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/MessageFlowAssociation.java b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/MessageFlowAssociation.java
index 636f5ec81..983ea3b6a 100644
--- a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/MessageFlowAssociation.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/MessageFlowAssociation.java
@@ -15,31 +15,33 @@
package org.eclipse.bpmn2;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Message Flow Association</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '
+ * <em><b>Message Flow Association</b></em>'. <!-- end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.bpmn2.MessageFlowAssociation#getInnerMessageFlowRef <em>Inner Message Flow Ref</em>}</li>
- * <li>{@link org.eclipse.bpmn2.MessageFlowAssociation#getOuterMessageFlowRef <em>Outer Message Flow Ref</em>}</li>
+ * <li>{@link org.eclipse.bpmn2.MessageFlowAssociation#getInnerMessageFlowRef <em>Inner Message Flow
+ * Ref</em>}</li>
+ * <li>{@link org.eclipse.bpmn2.MessageFlowAssociation#getOuterMessageFlowRef <em>Outer Message Flow
+ * Ref</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.bpmn2.Bpmn2Package#getMessageFlowAssociation()
* @model extendedMetaData="name='tMessageFlowAssociation' kind='elementOnly'"
* @generated
*/
public interface MessageFlowAssociation extends BaseElement {
/**
- * Returns the value of the '<em><b>Inner Message Flow Ref</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Inner Message Flow Ref</b></em>' reference. <!--
+ * begin-user-doc -->
* <p>
- * If the meaning of the '<em>Inner Message Flow Ref</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Inner Message Flow Ref</em>' reference isn't clear, there really
+ * should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Inner Message Flow Ref</em>' reference.
* @see #setInnerMessageFlowRef(MessageFlow)
* @see org.eclipse.bpmn2.Bpmn2Package#getMessageFlowAssociation_InnerMessageFlowRef()
@@ -50,23 +52,25 @@ public interface MessageFlowAssociation extends BaseElement {
MessageFlow getInnerMessageFlowRef();
/**
- * Sets the value of the '{@link org.eclipse.bpmn2.MessageFlowAssociation#getInnerMessageFlowRef <em>Inner Message Flow Ref</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Inner Message Flow Ref</em>' reference.
+ * Sets the value of the '{@link org.eclipse.bpmn2.MessageFlowAssociation#getInnerMessageFlowRef
+ * <em>Inner Message Flow Ref</em>}' reference. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Inner Message Flow Ref</em>' reference.
* @see #getInnerMessageFlowRef()
* @generated
*/
void setInnerMessageFlowRef(MessageFlow value);
/**
- * Returns the value of the '<em><b>Outer Message Flow Ref</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Outer Message Flow Ref</b></em>' reference. <!--
+ * begin-user-doc -->
* <p>
- * If the meaning of the '<em>Outer Message Flow Ref</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Outer Message Flow Ref</em>' reference isn't clear, there really
+ * should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Outer Message Flow Ref</em>' reference.
* @see #setOuterMessageFlowRef(MessageFlow)
* @see org.eclipse.bpmn2.Bpmn2Package#getMessageFlowAssociation_OuterMessageFlowRef()
@@ -77,10 +81,11 @@ public interface MessageFlowAssociation extends BaseElement {
MessageFlow getOuterMessageFlowRef();
/**
- * Sets the value of the '{@link org.eclipse.bpmn2.MessageFlowAssociation#getOuterMessageFlowRef <em>Outer Message Flow Ref</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Outer Message Flow Ref</em>' reference.
+ * Sets the value of the '{@link org.eclipse.bpmn2.MessageFlowAssociation#getOuterMessageFlowRef
+ * <em>Outer Message Flow Ref</em>}' reference. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Outer Message Flow Ref</em>' reference.
* @see #getOuterMessageFlowRef()
* @generated
*/

Back to the top