com.ibm.xtools.bpmn2
Interface CompensateEventDefinition

All Superinterfaces:
BaseElement, org.eclipse.emf.ecore.EObject, EventDefinition, org.eclipse.emf.common.notify.Notifier, RootElement

public interface CompensateEventDefinition
extends EventDefinition

A representation of the model object 'Compensate Event Definition'.

The following features are supported:

See Also:
Bpmn2Package.getCompensateEventDefinition()

Method Summary
 Activity getActivity()
          Returns the value of the 'Activity' reference.
 boolean isSetWaitForCompletion()
          Returns whether the value of the 'Wait For Completion' attribute is set.
 boolean isWaitForCompletion()
          Returns the value of the 'Wait For Completion' attribute.
 void setActivity(Activity value)
          Sets the value of the 'Activity' reference.
 void setWaitForCompletion(boolean value)
          Sets the value of the 'Wait For Completion' attribute.
 void unsetWaitForCompletion()
          Unsets the value of the 'Wait For Completion' attribute.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getActivity

Activity getActivity()
Returns the value of the 'Activity' reference.

If the meaning of the 'Activity' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Activity' reference.
See Also:
setActivity(Activity), Bpmn2Package.getCompensateEventDefinition_Activity()

setActivity

void setActivity(Activity value)
Sets the value of the 'Activity' reference.

Parameters:
value - the new value of the 'Activity' reference.
See Also:
getActivity()

isWaitForCompletion

boolean isWaitForCompletion()
Returns the value of the 'Wait For Completion' attribute.

If the meaning of the 'Wait For Completion' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Wait For Completion' attribute.
See Also:
isSetWaitForCompletion(), unsetWaitForCompletion(), setWaitForCompletion(boolean), Bpmn2Package.getCompensateEventDefinition_WaitForCompletion()

setWaitForCompletion

void setWaitForCompletion(boolean value)
Sets the value of the 'Wait For Completion' attribute.

Parameters:
value - the new value of the 'Wait For Completion' attribute.
See Also:
isSetWaitForCompletion(), unsetWaitForCompletion(), isWaitForCompletion()

unsetWaitForCompletion

void unsetWaitForCompletion()
Unsets the value of the 'Wait For Completion' attribute.

See Also:
isSetWaitForCompletion(), isWaitForCompletion(), setWaitForCompletion(boolean)

isSetWaitForCompletion

boolean isSetWaitForCompletion()
Returns whether the value of the 'Wait For Completion' attribute is set.

Returns:
whether the value of the 'Wait For Completion' attribute is set.
See Also:
unsetWaitForCompletion(), isWaitForCompletion(), setWaitForCompletion(boolean)