Uses of Class
com.ibm.xtools.bpmn2.AdHocOrdering

Packages that use AdHocOrdering
com.ibm.xtools.bpmn2   
 

Uses of AdHocOrdering in com.ibm.xtools.bpmn2
 

Fields in com.ibm.xtools.bpmn2 with type parameters of type AdHocOrdering
static java.util.List<AdHocOrdering> AdHocOrdering.VALUES
          A public read-only list of all the 'Ad Hoc Ordering' enumerators.
 

Methods in com.ibm.xtools.bpmn2 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.
static AdHocOrdering AdHocOrdering.getByName(java.lang.String name)
          Returns the 'Ad Hoc Ordering' literal with the specified name.
 AdHocOrdering AdHocSubProcess.getOrdering()
          Returns the value of the 'Ordering' attribute.
static AdHocOrdering AdHocOrdering.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdHocOrdering[] AdHocOrdering.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type AdHocOrdering
 void AdHocSubProcess.setOrdering(AdHocOrdering value)
          Sets the value of the 'Ordering' attribute.