Uses of Class
org.omg.spec.bpmn.model.TAdHocOrdering
-
Packages that use TAdHocOrdering Package Description org.omg.spec.bpmn.model -
-
Uses of TAdHocOrdering in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TAdHocOrdering Modifier and Type Field Description protected TAdHocOrdering
TAdHocSubProcess. ordering
Methods in org.omg.spec.bpmn.model that return TAdHocOrdering Modifier and Type Method Description static TAdHocOrdering
TAdHocOrdering. fromValue(String v)
TAdHocOrdering
TAdHocSubProcess. getOrdering()
Gets the value of the ordering property.static TAdHocOrdering
TAdHocOrdering. valueOf(String name)
Returns the enum constant of this type with the specified name.static TAdHocOrdering[]
TAdHocOrdering. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omg.spec.bpmn.model with parameters of type TAdHocOrdering Modifier and Type Method Description void
TAdHocSubProcess. setOrdering(TAdHocOrdering value)
Sets the value of the ordering property.
-