Uses of Enum Class
com.scivicslab.pojoactor.workflow.ExecutionMode
Packages that use ExecutionMode
-
Uses of ExecutionMode in com.scivicslab.pojoactor.workflow
Methods in com.scivicslab.pojoactor.workflow that return ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionModeExecutionMode.fromString(String value) Parses execution mode from string (case-insensitive).Action.getExecution()Gets the execution mode.static ExecutionModeReturns the enum constant of this class with the specified name.static ExecutionMode[]ExecutionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.scivicslab.pojoactor.workflow with parameters of type ExecutionModeModifier and TypeMethodDescriptionvoidAction.setExecution(ExecutionMode execution) Sets the execution mode.