Uses of Enum Class
org.refcodes.controlflow.ExecutionStrategy
-
Uses of ExecutionStrategy in org.refcodes.controlflow
Methods in org.refcodes.controlflow that return ExecutionStrategyModifier and TypeMethodDescriptionExecutionStrategyAccessor.getExecutionStrategy()Retrieves the execution-strategy from the execution-strategy property.default ExecutionStrategyExecutionStrategyAccessor.ExecutionStrategyProperty.letExecutionStrategy(ExecutionStrategy aExecutionStrategy) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenExecutionStrategy(setter) as ofExecutionStrategyAccessor.ExecutionStrategyMutator.setExecutionStrategy(ExecutionStrategy)and returns the very same value (getter).static ExecutionStrategyReturns the enum constant of this class with the specified name.static ExecutionStrategy[]ExecutionStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.refcodes.controlflow with parameters of type ExecutionStrategyModifier and TypeMethodDescriptiondefault ExecutionStrategyExecutionStrategyAccessor.ExecutionStrategyProperty.letExecutionStrategy(ExecutionStrategy aExecutionStrategy) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenExecutionStrategy(setter) as ofExecutionStrategyAccessor.ExecutionStrategyMutator.setExecutionStrategy(ExecutionStrategy)and returns the very same value (getter).voidExecutionStrategyAccessor.ExecutionStrategyMutator.setExecutionStrategy(ExecutionStrategy aExecutionStrategy) Sets the execution-strategy for the execution-strategy property.