com.soyatec.bpmn
Interface Error

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

public interface Error
extends EventDetail

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

The following features are supported:

See Also:
BPMNPackage.getError()

Method Summary
 java.lang.String getErrorCode()
          Returns the value of the 'Error Code' attribute
 void setErrorCode(java.lang.String value)
          Sets the value of the 'Error Code' attribute
 
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

getErrorCode

java.lang.String getErrorCode()
Returns the value of the 'Error Code' attribute.

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

Returns:
the value of the 'Error Code' attribute.
See Also:
setErrorCode(String), BPMNPackage.getError_ErrorCode()

setErrorCode

void setErrorCode(java.lang.String value)
Sets the value of the 'Error Code' attribute.

Parameters:
value - the new value of the 'Error Code' attribute.
See Also:
getErrorCode()