Uses of Enum Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TAdHocOrdering
Packages that use TAdHocOrdering
-
Uses of TAdHocOrdering in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TAdHocOrderingMethods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TAdHocOrderingModifier and TypeMethodDescriptionstatic TAdHocOrdering
TAdHocSubProcess.getOrdering()
Gets the value of the ordering property.static TAdHocOrdering
Returns the enum constant of this class with the specified name.static TAdHocOrdering[]
TAdHocOrdering.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TAdHocOrderingModifier and TypeMethodDescriptionvoid
TAdHocSubProcess.setOrdering
(TAdHocOrdering value) Sets the value of the ordering property.