Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataState.java')
-rw-r--r--tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataState.java29
1 files changed, 14 insertions, 15 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataState.java b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataState.java
index fba2b34bd..1e14dae35 100644
--- a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataState.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/DataState.java
@@ -15,44 +15,43 @@
package org.eclipse.bpmn2;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Data State</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Data State</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.bpmn2.DataState#getName <em>Name</em>}</li>
+ * <li>{@link org.eclipse.bpmn2.DataState#getName <em>Name</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.bpmn2.Bpmn2Package#getDataState()
* @model extendedMetaData="name='tDataState' kind='elementOnly'"
* @generated
*/
public interface DataState extends BaseElement {
/**
- * Returns the value of the '<em><b>Name</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Name</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.bpmn2.Bpmn2Package#getDataState_Name()
- * @model ordered="false"
- * extendedMetaData="kind='attribute' name='name'"
+ * @model ordered="false" extendedMetaData="kind='attribute' name='name'"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.DataState#getName <em>Name</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Name</em>' attribute.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/

Back to the top