public static enum CsvDatasetReader.LabelPosition extends Enum<CsvDatasetReader.LabelPosition>
Enum Constant and Description |
---|
FIRST_COLUMN |
LAST_COLUMN |
NO_LABEL |
Modifier and Type | Method and Description |
---|---|
static CsvDatasetReader.LabelPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvDatasetReader.LabelPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CsvDatasetReader.LabelPosition NO_LABEL
public static final CsvDatasetReader.LabelPosition FIRST_COLUMN
public static final CsvDatasetReader.LabelPosition LAST_COLUMN
public static CsvDatasetReader.LabelPosition[] values()
for (CsvDatasetReader.LabelPosition c : CsvDatasetReader.LabelPosition.values()) System.out.println(c);
public static CsvDatasetReader.LabelPosition 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 nullCopyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.