Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/EscalationEventDefinition.java')
-rw-r--r--tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/EscalationEventDefinition.java31
1 files changed, 15 insertions, 16 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/EscalationEventDefinition.java b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/EscalationEventDefinition.java
index e26e08168..0f1ec2a5b 100644
--- a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/EscalationEventDefinition.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/bpmn2/EscalationEventDefinition.java
@@ -15,44 +15,43 @@
package org.eclipse.bpmn2;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Escalation Event Definition</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '
+ * <em><b>Escalation Event Definition</b></em>'. <!-- end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.bpmn2.EscalationEventDefinition#getEscalationRef <em>Escalation Ref</em>}</li>
+ * <li>{@link org.eclipse.bpmn2.EscalationEventDefinition#getEscalationRef <em>Escalation Ref</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.bpmn2.Bpmn2Package#getEscalationEventDefinition()
* @model extendedMetaData="name='tEscalationEventDefinition' kind='elementOnly'"
* @generated
*/
public interface EscalationEventDefinition extends EventDefinition {
/**
- * Returns the value of the '<em><b>Escalation Ref</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Escalation Ref</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Escalation Ref</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Escalation 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>Escalation Ref</em>' reference.
* @see #setEscalationRef(Escalation)
* @see org.eclipse.bpmn2.Bpmn2Package#getEscalationEventDefinition_EscalationRef()
- * @model ordered="false"
- * extendedMetaData="kind='attribute' name='escalationRef'"
+ * @model ordered="false" extendedMetaData="kind='attribute' name='escalationRef'"
* @generated
*/
Escalation getEscalationRef();
/**
- * Sets the value of the '{@link org.eclipse.bpmn2.EscalationEventDefinition#getEscalationRef <em>Escalation Ref</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Escalation Ref</em>' reference.
+ * Sets the value of the '{@link org.eclipse.bpmn2.EscalationEventDefinition#getEscalationRef
+ * <em>Escalation Ref</em>}' reference. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Escalation Ref</em>' reference.
* @see #getEscalationRef()
* @generated
*/

Back to the top