public static enum ExtractParameters.Extract extends Enum<ExtractParameters.Extract> implements ParameterEnum
| Enum Constant and Description |
|---|
DATA_NAMESPACE_URI |
DIMENSION_EXTRACT_CLASS |
GROUP_ID |
MAX_INPUT_SPLIT |
MIN_INPUT_SPLIT |
OUTPUT_DATA_TYPE_ID |
QUERY |
REDUCER_COUNT |
| Modifier and Type | Method and Description |
|---|---|
ParameterHelper<?> |
getHelper() |
Enum<?> |
self() |
static ExtractParameters.Extract |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtractParameters.Extract[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtractParameters.Extract OUTPUT_DATA_TYPE_ID
public static final ExtractParameters.Extract DATA_NAMESPACE_URI
public static final ExtractParameters.Extract REDUCER_COUNT
public static final ExtractParameters.Extract DIMENSION_EXTRACT_CLASS
public static final ExtractParameters.Extract QUERY
public static final ExtractParameters.Extract MAX_INPUT_SPLIT
public static final ExtractParameters.Extract MIN_INPUT_SPLIT
public static final ExtractParameters.Extract GROUP_ID
public static ExtractParameters.Extract[] values()
for (ExtractParameters.Extract c : ExtractParameters.Extract.values()) System.out.println(c);
public static ExtractParameters.Extract 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 nullpublic Enum<?> self()
self in interface ParameterEnumpublic ParameterHelper<?> getHelper()
getHelper in interface ParameterEnumCopyright © 2013–2022. All rights reserved.