com.ibm.xtools.bpmn2
Interface ErrorEventDefinition

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

public interface ErrorEventDefinition
extends EventDefinition

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

The following features are supported:

See Also:
Bpmn2Package.getErrorEventDefinition()

Method Summary
 Error getError()
          Returns the value of the 'Error' reference.
 void setError(Error value)
          Sets the value of the 'Error' reference.
 
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

getError

Error getError()
Returns the value of the 'Error' reference.

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

Returns:
the value of the 'Error' reference.
See Also:
setError(com.ibm.xtools.bpmn2.Error), Bpmn2Package.getErrorEventDefinition_Error()

setError

void setError(Error value)
Sets the value of the 'Error' reference.

Parameters:
value - the new value of the 'Error' reference.
See Also:
getError()