Enum Class DataSourceExecutionMethod

java.lang.Object
java.lang.Enum<DataSourceExecutionMethod>
com.suncode.pwfl.datasource.cache.DataSourceExecutionMethod
All Implemented Interfaces:
Serializable, Comparable<DataSourceExecutionMethod>, Constable

public enum DataSourceExecutionMethod extends Enum<DataSourceExecutionMethod>
  • Enum Constant Details

    • EXECUTE_PARAMETERS_PAGINATION

      public static final DataSourceExecutionMethod EXECUTE_PARAMETERS_PAGINATION
    • EXECUTE_PARAMETERS_FILTERS_PAGINATION

      public static final DataSourceExecutionMethod EXECUTE_PARAMETERS_FILTERS_PAGINATION
    • GET_COUNTED_DATA_PARAMETERS_PAGINATION

      public static final DataSourceExecutionMethod GET_COUNTED_DATA_PARAMETERS_PAGINATION
    • GET_COUNTED_DATA_PARAMETERS_FILTERS_PAGINATION

      public static final DataSourceExecutionMethod GET_COUNTED_DATA_PARAMETERS_FILTERS_PAGINATION
  • Method Details

    • values

      public static DataSourceExecutionMethod[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DataSourceExecutionMethod valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null