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