blob: ce39fcb38edcfa1ff3a875c7bc0e8ea7943e388d [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import org.eclipse.uml2.uml.CallEvent;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Compensate Event Definition</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.CompensateEventDefinition#isWaitForCompletion <em>Wait For Completion</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.CompensateEventDefinition#getActivityRef <em>Activity Ref</em>}</li>
* <li>{@link org.eclipse.papyrus.bpmn.BPMNProfile.CompensateEventDefinition#getBase_CallEvent <em>Base Call Event</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCompensateEventDefinition()
* @model
* @generated
*/
public interface CompensateEventDefinition extends EventDefinition {
/**
* Returns the value of the '<em><b>Wait For Completion</b></em>' attribute.
* The default value is <code>"true"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Wait For Completion</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Wait For Completion</em>' attribute.
* @see #setWaitForCompletion(boolean)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCompensateEventDefinition_WaitForCompletion()
* @model default="true" dataType="org.eclipse.uml2.types.Boolean" required="true" ordered="false"
* @generated
*/
boolean isWaitForCompletion();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.CompensateEventDefinition#isWaitForCompletion <em>Wait For Completion</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Wait For Completion</em>' attribute.
* @see #isWaitForCompletion()
* @generated
*/
void setWaitForCompletion(boolean value);
/**
* Returns the value of the '<em><b>Activity Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Activity 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>Activity Ref</em>' reference.
* @see #setActivityRef(BPMNActivity)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCompensateEventDefinition_ActivityRef()
* @model ordered="false"
* @generated
*/
BPMNActivity getActivityRef();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.CompensateEventDefinition#getActivityRef <em>Activity Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Activity Ref</em>' reference.
* @see #getActivityRef()
* @generated
*/
void setActivityRef(BPMNActivity value);
/**
* Returns the value of the '<em><b>Base Call Event</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Call Event</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Call Event</em>' reference.
* @see #setBase_CallEvent(CallEvent)
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getCompensateEventDefinition_Base_CallEvent()
* @model required="true" ordered="false"
* @generated
*/
CallEvent getBase_CallEvent();
/**
* Sets the value of the '{@link org.eclipse.papyrus.bpmn.BPMNProfile.CompensateEventDefinition#getBase_CallEvent <em>Base Call Event</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Call Event</em>' reference.
* @see #getBase_CallEvent()
* @generated
*/
void setBase_CallEvent(CallEvent value);
} // CompensateEventDefinition