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

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

Uses of CatchEvent in com.ibm.xtools.bpmn2
 

Subinterfaces of CatchEvent in com.ibm.xtools.bpmn2
 interface BoundaryEvent
          A representation of the model object 'Boundary Event'.
 interface IntermediateCatchEvent
          A representation of the model object 'Intermediate Catch Event'.
 interface StartEvent
          A representation of the model object 'Start Event'.
 

Methods in com.ibm.xtools.bpmn2 that return CatchEvent
 CatchEvent DocumentRoot.getCatchEvent()
          Returns the value of the 'Catch Event' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type CatchEvent
 void DocumentRoot.setCatchEvent(CatchEvent value)
          Sets the value of the 'Catch Event' containment reference.
 

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

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