public enum ParserParserType extends java.lang.Enum<ParserParserType>
| Modifier and Type | Method and Description |
|---|---|
static ParserParserType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParserParserType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParserParserType XLSX
public static final ParserParserType GUESS
public static final ParserParserType SVMLight
public static final ParserParserType CSV
public static final ParserParserType XLS
public static final ParserParserType ARFF
public static ParserParserType[] values()
for (ParserParserType c : ParserParserType.values()) System.out.println(c);
public static ParserParserType 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