com.ibm.xtools.bpmn2
Interface Error

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

public interface Error
extends RootElement

A representation of the model object 'Error'.

The following features are supported:

See Also:
Bpmn2Package.getError()

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

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), Bpmn2Package.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()

getStructure

ItemDefinition getStructure()
Returns the value of the 'Structure' reference.

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

Returns:
the value of the 'Structure' reference.
See Also:
setStructure(ItemDefinition), Bpmn2Package.getError_Structure()

setStructure

void setStructure(ItemDefinition value)
Sets the value of the 'Structure' reference.

Parameters:
value - the new value of the 'Structure' reference.
See Also:
getStructure()