Uses of Interface
com.ibm.xtools.bpmn2.Error

Packages that use Error
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of Error in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Error
 Error Bpmn2Factory.createError()
          Returns a new object of class 'Error'.
 Error ErrorEventDefinition.getError()
          Returns the value of the 'Error' reference.
 Error DocumentRoot.getError()
          Returns the value of the 'Error' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Error
 void ErrorEventDefinition.setError(Error value)
          Sets the value of the 'Error' reference.
 void DocumentRoot.setError(Error value)
          Sets the value of the 'Error' containment reference.
 

Uses of Error in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type Error
 T Bpmn2Switch.caseError(Error object)
          Returns the result of interpreting the object as an instance of 'Error'.