com.ibm.xtools.bpmn2
Interface CallActivity

All Superinterfaces:
Activity, BaseElement, org.eclipse.emf.ecore.EObject, FlowElement, FlowNode, org.eclipse.emf.common.notify.Notifier

public interface CallActivity
extends Activity

A representation of the model object 'Call Activity'.

The following features are supported:

See Also:
Bpmn2Package.getCallActivity()

Method Summary
 CallableElement getCalledElement()
          Returns the value of the 'Called Element' reference.
 void setCalledElement(CallableElement value)
          Sets the value of the 'Called Element' reference.
 
Methods inherited from interface com.ibm.xtools.bpmn2.Activity
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getResourceRoles, isIsForCompensation, isSetIsForCompensation, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, unsetIsForCompensation
 
Methods inherited from interface com.ibm.xtools.bpmn2.FlowNode
getIncoming, getOutgoing
 
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

getCalledElement

CallableElement getCalledElement()
Returns the value of the 'Called Element' reference.

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

Returns:
the value of the 'Called Element' reference.
See Also:
setCalledElement(CallableElement), Bpmn2Package.getCallActivity_CalledElement()

setCalledElement

void setCalledElement(CallableElement value)
Sets the value of the 'Called Element' reference.

Parameters:
value - the new value of the 'Called Element' reference.
See Also:
getCalledElement()