public static enum StoreParameters.StoreParam extends Enum<StoreParameters.StoreParam> implements ParameterEnum
Enum Constant and Description |
---|
INPUT_STORE |
OUTPUT_STORE |
Modifier and Type | Method and Description |
---|---|
ParameterHelper<?> |
getHelper() |
Enum<?> |
self() |
static StoreParameters.StoreParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreParameters.StoreParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreParameters.StoreParam INPUT_STORE
public static final StoreParameters.StoreParam OUTPUT_STORE
public static StoreParameters.StoreParam[] values()
for (StoreParameters.StoreParam c : StoreParameters.StoreParam.values()) System.out.println(c);
public static StoreParameters.StoreParam 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 ParameterEnum
public ParameterHelper<?> getHelper()
getHelper
in interface ParameterEnum
Copyright © 2013–2020. All rights reserved.