com.soyatec.bpmn
Interface Compensation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, EventDetail, org.eclipse.emf.common.notify.Notifier

public interface Compensation
extends EventDetail

A representation of the model object 'Compensation'. Compensation is used in the definition of type of event.

The following features are supported:

See Also:
BPMNPackage.getCompensation()

Method Summary
 Activity getActivity()
          Returns the value of the 'Activity' reference
 void setActivity(Activity value)
          Sets the value of the 'Activity' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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), BPMNPackage.getCompensation_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()