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

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

Uses of TimerEventDefinition in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return TimerEventDefinition
 TimerEventDefinition Bpmn2Factory.createTimerEventDefinition()
          Returns a new object of class 'Timer Event Definition'.
 TimerEventDefinition DocumentRoot.getTimerEventDefinition()
          Returns the value of the 'Timer Event Definition' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type TimerEventDefinition
 void DocumentRoot.setTimerEventDefinition(TimerEventDefinition value)
          Sets the value of the 'Timer Event Definition' containment reference.
 

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

Methods in com.ibm.xtools.bpmn2.util with parameters of type TimerEventDefinition
 T Bpmn2Switch.caseTimerEventDefinition(TimerEventDefinition object)
          Returns the result of interpreting the object as an instance of 'Timer Event Definition'.