Interface ExecutionStrategyAccessor.ExecutionStrategyMutator

All Known Subinterfaces:
ExecutionStrategyAccessor.ExecutionStrategyProperty
Enclosing interface:
ExecutionStrategyAccessor

public static interface ExecutionStrategyAccessor.ExecutionStrategyMutator
Provides a mutator for an ExecutionStrategy property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the execution-strategy for the execution-strategy property.
  • Method Details

    • setExecutionStrategy

      void setExecutionStrategy(ExecutionStrategy aExecutionStrategy)
      Sets the execution-strategy for the execution-strategy property.
      Parameters:
      aExecutionStrategy - The execution-strategy to be stored by the execution-strategy property.