public enum ApiParseTypeValuesProvider extends java.lang.Enum<ApiParseTypeValuesProvider>
| Enum Constant and Description |
|---|
ARFF |
AVRO |
CSV |
GUESS |
PARQUET |
SVMLight |
XLS |
| Modifier and Type | Method and Description |
|---|---|
static ApiParseTypeValuesProvider |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApiParseTypeValuesProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiParseTypeValuesProvider ARFF
public static final ApiParseTypeValuesProvider AVRO
public static final ApiParseTypeValuesProvider CSV
public static final ApiParseTypeValuesProvider GUESS
public static final ApiParseTypeValuesProvider PARQUET
public static final ApiParseTypeValuesProvider SVMLight
public static final ApiParseTypeValuesProvider XLS
public static ApiParseTypeValuesProvider[] values()
for (ApiParseTypeValuesProvider c : ApiParseTypeValuesProvider.values()) System.out.println(c);
public static ApiParseTypeValuesProvider valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null