public enum DataSourceExecutionMethod extends Enum<DataSourceExecutionMethod>
Enum Constant and Description |
---|
EXECUTE_PARAMETERS_FILTERS_PAGINATION |
EXECUTE_PARAMETERS_PAGINATION |
GET_COUNTED_DATA_PARAMETERS_FILTERS_PAGINATION |
GET_COUNTED_DATA_PARAMETERS_PAGINATION |
Modifier and Type | Method and Description |
---|---|
static DataSourceExecutionMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceExecutionMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceExecutionMethod EXECUTE_PARAMETERS_PAGINATION
public static final DataSourceExecutionMethod EXECUTE_PARAMETERS_FILTERS_PAGINATION
public static final DataSourceExecutionMethod GET_COUNTED_DATA_PARAMETERS_PAGINATION
public static final DataSourceExecutionMethod GET_COUNTED_DATA_PARAMETERS_FILTERS_PAGINATION
public static DataSourceExecutionMethod[] values()
for (DataSourceExecutionMethod c : DataSourceExecutionMethod.values()) System.out.println(c);
public static DataSourceExecutionMethod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 Suncode. All rights reserved.