Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Transaction.java')
-rw-r--r--tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Transaction.java50
1 files changed, 25 insertions, 25 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Transaction.java b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Transaction.java
index da1543e7c..25e86218b 100644
--- a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Transaction.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Transaction.java
@@ -15,31 +15,30 @@
package org.eclipse.bpmn2;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Transaction</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Transaction</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.bpmn2.Transaction#getProtocol <em>Protocol</em>}</li>
- * <li>{@link org.eclipse.bpmn2.Transaction#getMethod <em>Method</em>}</li>
+ * <li>{@link org.eclipse.bpmn2.Transaction#getProtocol <em>Protocol</em>}</li>
+ * <li>{@link org.eclipse.bpmn2.Transaction#getMethod <em>Method</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.bpmn2.Bpmn2Package#getTransaction()
* @model extendedMetaData="name='tTransaction' kind='elementOnly'"
* @generated
*/
public interface Transaction extends SubProcess {
/**
- * Returns the value of the '<em><b>Protocol</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Protocol</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Protocol</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Protocol</em>' attribute isn't clear, there really should be more of
+ * a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Protocol</em>' attribute.
* @see #setProtocol(String)
* @see org.eclipse.bpmn2.Bpmn2Package#getTransaction_Protocol()
@@ -49,37 +48,38 @@ public interface Transaction extends SubProcess {
String getProtocol();
/**
- * Sets the value of the '{@link org.eclipse.bpmn2.Transaction#getProtocol <em>Protocol</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Protocol</em>' attribute.
+ * Sets the value of the '{@link org.eclipse.bpmn2.Transaction#getProtocol <em>Protocol</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Protocol</em>' attribute.
* @see #getProtocol()
* @generated
*/
void setProtocol(String value);
/**
- * Returns the value of the '<em><b>Method</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Method</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Method</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Method</em>' attribute isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Method</em>' attribute.
* @see #setMethod(String)
* @see org.eclipse.bpmn2.Bpmn2Package#getTransaction_Method()
- * @model ordered="false"
- * extendedMetaData="kind='attribute' name='method'"
+ * @model ordered="false" extendedMetaData="kind='attribute' name='method'"
* @generated
*/
String getMethod();
/**
- * Sets the value of the '{@link org.eclipse.bpmn2.Transaction#getMethod <em>Method</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Method</em>' attribute.
+ * Sets the value of the '{@link org.eclipse.bpmn2.Transaction#getMethod <em>Method</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Method</em>' attribute.
* @see #getMethod()
* @generated
*/

Back to the top