Uses of Class
com.soyatec.bpmn.AdHocOrdering

Uses of AdHocOrdering in com.soyatec.bpmn
 

Fields in com.soyatec.bpmn declared as AdHocOrdering
static AdHocOrdering AdHocOrdering.PARALLEL_LITERAL
          The 'Parallel' literal object
static AdHocOrdering AdHocOrdering.SEQUENTIAL_LITERAL
          The 'Sequential' literal object
 

Methods in com.soyatec.bpmn that return AdHocOrdering
static AdHocOrdering AdHocOrdering.get(int value)
          Returns the 'Ad Hoc Ordering' literal with the specified integer value
static AdHocOrdering AdHocOrdering.get(java.lang.String literal)
          Returns the 'Ad Hoc Ordering' literal with the specified literal value
 AdHocOrdering Process.getAdHocOrdering()
          Returns the value of the 'Ad Hoc Ordering' attribute.
 AdHocOrdering EmbeddedSubProcess.getAdHocOrdering()
          Returns the value of the 'Ad Hoc Ordering' attribute.
static AdHocOrdering AdHocOrdering.getByName(java.lang.String name)
          Returns the 'Ad Hoc Ordering' literal with the specified name
 

Methods in com.soyatec.bpmn with parameters of type AdHocOrdering
 void Process.setAdHocOrdering(AdHocOrdering value)
          Sets the value of the 'Ad Hoc Ordering' attribute
 void EmbeddedSubProcess.setAdHocOrdering(AdHocOrdering value)
          Sets the value of the 'Ad Hoc Ordering' attribute