Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Gateway.java')
-rw-r--r--tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Gateway.java35
1 files changed, 17 insertions, 18 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Gateway.java b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Gateway.java
index cdfcfd5f5..cbc9566a9 100644
--- a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Gateway.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/Gateway.java
@@ -15,33 +15,31 @@
package org.eclipse.bpmn2;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Gateway</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Gateway</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.bpmn2.Gateway#getGatewayDirection <em>Gateway Direction</em>}</li>
+ * <li>{@link org.eclipse.bpmn2.Gateway#getGatewayDirection <em>Gateway Direction</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.bpmn2.Bpmn2Package#getGateway()
- * @model abstract="true"
- * extendedMetaData="name='tGateway' kind='elementOnly'"
+ * @model abstract="true" extendedMetaData="name='tGateway' kind='elementOnly'"
* @generated
*/
public interface Gateway extends FlowNode {
/**
- * Returns the value of the '<em><b>Gateway Direction</b></em>' attribute.
- * The default value is <code>"Unspecified"</code>.
- * The literals are from the enumeration {@link org.eclipse.bpmn2.GatewayDirection}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Gateway Direction</b></em>' attribute. The default value is
+ * <code>"Unspecified"</code>. The literals are from the enumeration
+ * {@link org.eclipse.bpmn2.GatewayDirection}. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Gateway Direction</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Gateway Direction</em>' attribute isn't clear, there really should
+ * be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Gateway Direction</em>' attribute.
* @see org.eclipse.bpmn2.GatewayDirection
* @see #setGatewayDirection(GatewayDirection)
@@ -53,10 +51,11 @@ public interface Gateway extends FlowNode {
GatewayDirection getGatewayDirection();
/**
- * Sets the value of the '{@link org.eclipse.bpmn2.Gateway#getGatewayDirection <em>Gateway Direction</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Gateway Direction</em>' attribute.
+ * Sets the value of the '{@link org.eclipse.bpmn2.Gateway#getGatewayDirection
+ * <em>Gateway Direction</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Gateway Direction</em>' attribute.
* @see org.eclipse.bpmn2.GatewayDirection
* @see #getGatewayDirection()
* @generated

Back to the top