Uses of Class
org.refcodes.controlflow.ExecutionStrategy
-
-
Uses of ExecutionStrategy in org.refcodes.controlflow
Methods in org.refcodes.controlflow that return ExecutionStrategy Modifier and Type Method Description ExecutionStrategy
ExecutionStrategyAccessor. getExecutionStrategy()
Retrieves the execution-strategy from the execution-strategy property.static ExecutionStrategy
ExecutionStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExecutionStrategy[]
ExecutionStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.controlflow with parameters of type ExecutionStrategy Modifier and Type Method Description void
ExecutionStrategyAccessor.ExecutionStrategyMutator. setExecutionStrategy(ExecutionStrategy aExecutionStrategy)
Sets the execution-strategy for the execution-strategy property.
-