Uses of Interface
com.soyatec.bpmn.EventDetail

Uses of EventDetail in com.soyatec.bpmn
 

Subinterfaces of EventDetail in com.soyatec.bpmn
 interface Cancel
          A representation of the model object 'Cancel'
 interface Compensation
          A representation of the model object 'Compensation'
 interface Error
          A representation of the model object 'Error'
 interface Link
          A representation of the model object 'Link'
 interface Message
          A representation of the model object 'Message'
 interface Multiple
          A representation of the model object 'Multiple'
 interface Rule
          A representation of the model object 'Rule'
 interface Terminate
          A representation of the model object 'Terminate'
 interface Timer
          A representation of the model object 'Timer'
 

Methods in com.soyatec.bpmn that return EventDetail
 EventDetail EndEvent.getResult()
          Returns the value of the 'Result' containment reference
 EventDetail StartEvent.getTrigger()
          Returns the value of the 'Trigger' containment reference
 EventDetail IntermediateEvent.getTrigger()
          Returns the value of the 'Trigger' containment reference
 

Methods in com.soyatec.bpmn with parameters of type EventDetail
 void EndEvent.setResult(EventDetail value)
          Sets the value of the 'Result' containment reference
 void StartEvent.setTrigger(EventDetail value)
          Sets the value of the 'Trigger' containment reference
 void IntermediateEvent.setTrigger(EventDetail value)
          Sets the value of the 'Trigger' containment reference