com.ibm.xtools.bpmn2
Interface BusinessRuleTask

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

public interface BusinessRuleTask
extends Task

A representation of the model object 'Business Rule Task'.

The following features are supported:

See Also:
Bpmn2Package.getBusinessRuleTask()

Method Summary
 BusinessRuleTaskImplementation getImplementation()
          Returns the value of the 'Implementation' attribute.
 boolean isSetImplementation()
          Returns whether the value of the 'Implementation' attribute is set.
 void setImplementation(BusinessRuleTaskImplementation value)
          Sets the value of the 'Implementation' attribute.
 void unsetImplementation()
          Unsets the value of the 'Implementation' attribute.
 
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

getImplementation

BusinessRuleTaskImplementation getImplementation()
Returns the value of the 'Implementation' attribute. The default value is "Unspecified". The literals are from the enumeration BusinessRuleTaskImplementation.

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

Returns:
the value of the 'Implementation' attribute.
See Also:
BusinessRuleTaskImplementation, isSetImplementation(), unsetImplementation(), setImplementation(BusinessRuleTaskImplementation), Bpmn2Package.getBusinessRuleTask_Implementation()

setImplementation

void setImplementation(BusinessRuleTaskImplementation value)
Sets the value of the 'Implementation' attribute.

Parameters:
value - the new value of the 'Implementation' attribute.
See Also:
BusinessRuleTaskImplementation, isSetImplementation(), unsetImplementation(), getImplementation()

unsetImplementation

void unsetImplementation()
Unsets the value of the 'Implementation' attribute.

See Also:
isSetImplementation(), getImplementation(), setImplementation(BusinessRuleTaskImplementation)

isSetImplementation

boolean isSetImplementation()
Returns whether the value of the 'Implementation' attribute is set.

Returns:
whether the value of the 'Implementation' attribute is set.
See Also:
unsetImplementation(), getImplementation(), setImplementation(BusinessRuleTaskImplementation)