Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataAssociation.java')
-rw-r--r--tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataAssociation.java86
1 files changed, 44 insertions, 42 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataAssociation.java b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataAssociation.java
index 34d8706b6..360a08fb7 100644
--- a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataAssociation.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataAssociation.java
@@ -17,109 +17,111 @@ package org.eclipse.bpmn2;
import java.util.List;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Data Association</b></em>'.
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Data Association</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.bpmn2.DataAssociation#getSourceRef <em>Source Ref</em>}</li>
- * <li>{@link org.eclipse.bpmn2.DataAssociation#getTargetRef <em>Target Ref</em>}</li>
- * <li>{@link org.eclipse.bpmn2.DataAssociation#getTransformation <em>Transformation</em>}</li>
- * <li>{@link org.eclipse.bpmn2.DataAssociation#getAssignment <em>Assignment</em>}</li>
+ * <li>{@link org.eclipse.bpmn2.DataAssociation#getSourceRef <em>Source Ref</em>}</li>
+ * <li>{@link org.eclipse.bpmn2.DataAssociation#getTargetRef <em>Target Ref</em>}</li>
+ * <li>{@link org.eclipse.bpmn2.DataAssociation#getTransformation <em>Transformation</em>}</li>
+ * <li>{@link org.eclipse.bpmn2.DataAssociation#getAssignment <em>Assignment</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.bpmn2.Bpmn2Package#getDataAssociation()
* @model extendedMetaData="name='tDataAssociation' kind='elementOnly'"
* @generated
*/
public interface DataAssociation extends BaseElement {
/**
- * Returns the value of the '<em><b>Source Ref</b></em>' reference list.
- * The list contents are of type {@link org.eclipse.bpmn2.ItemAwareElement}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Source Ref</b></em>' reference list. The list contents are of
+ * type {@link org.eclipse.bpmn2.ItemAwareElement}. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Source Ref</em>' reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Source Ref</em>' reference list isn't clear, there really should be
+ * more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Source Ref</em>' reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getDataAssociation_SourceRef()
- * @model resolveProxies="false" ordered="false"
- * extendedMetaData="kind='element' name='sourceRef' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
+ * @model resolveProxies="false" ordered="false" extendedMetaData=
+ * "kind='element' name='sourceRef' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
List<ItemAwareElement> getSourceRef();
/**
- * Returns the value of the '<em><b>Target Ref</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Target Ref</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Target Ref</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Target 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>Target Ref</em>' reference.
* @see #setTargetRef(ItemAwareElement)
* @see org.eclipse.bpmn2.Bpmn2Package#getDataAssociation_TargetRef()
- * @model resolveProxies="false" required="true" ordered="false"
- * extendedMetaData="kind='element' name='targetRef' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
+ * @model resolveProxies="false" required="true" ordered="false" extendedMetaData=
+ * "kind='element' name='targetRef' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
ItemAwareElement getTargetRef();
/**
- * Sets the value of the '{@link org.eclipse.bpmn2.DataAssociation#getTargetRef <em>Target Ref</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Target Ref</em>' reference.
+ * Sets the value of the '{@link org.eclipse.bpmn2.DataAssociation#getTargetRef
+ * <em>Target Ref</em>}' reference. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Target Ref</em>' reference.
* @see #getTargetRef()
* @generated
*/
void setTargetRef(ItemAwareElement value);
/**
- * Returns the value of the '<em><b>Transformation</b></em>' containment reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Transformation</b></em>' containment reference. <!--
+ * begin-user-doc -->
* <p>
- * If the meaning of the '<em>Transformation</em>' containment reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Transformation</em>' containment reference isn't clear, there really
+ * should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Transformation</em>' containment reference.
* @see #setTransformation(FormalExpression)
* @see org.eclipse.bpmn2.Bpmn2Package#getDataAssociation_Transformation()
- * @model containment="true" ordered="false"
- * extendedMetaData="kind='element' name='transformation' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
+ * @model containment="true" ordered="false" extendedMetaData=
+ * "kind='element' name='transformation' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
FormalExpression getTransformation();
/**
- * Sets the value of the '{@link org.eclipse.bpmn2.DataAssociation#getTransformation <em>Transformation</em>}' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Transformation</em>' containment reference.
+ * Sets the value of the '{@link org.eclipse.bpmn2.DataAssociation#getTransformation
+ * <em>Transformation</em>}' containment reference. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Transformation</em>' containment reference.
* @see #getTransformation()
* @generated
*/
void setTransformation(FormalExpression value);
/**
- * Returns the value of the '<em><b>Assignment</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.bpmn2.Assignment}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Assignment</b></em>' containment reference list. The list
+ * contents are of type {@link org.eclipse.bpmn2.Assignment}. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Assignment</em>' containment reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Assignment</em>' containment reference list isn't clear, there
+ * really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Assignment</em>' containment reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getDataAssociation_Assignment()
- * @model containment="true" ordered="false"
- * extendedMetaData="kind='element' name='assignment' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
+ * @model containment="true" ordered="false" extendedMetaData=
+ * "kind='element' name='assignment' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
List<Assignment> getAssignment();

Back to the top