public static enum CSVImporter.DataOrientation extends Enum<CSVImporter.DataOrientation>
Modifier and Type | Method and Description |
---|---|
static CSVImporter.DataOrientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVImporter.DataOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSVImporter.DataOrientation Rows
public static final CSVImporter.DataOrientation Columns
public static CSVImporter.DataOrientation[] values()
for (CSVImporter.DataOrientation c : CSVImporter.DataOrientation.values()) System.out.println(c);
public static CSVImporter.DataOrientation 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 © 2011–2018 Knowm Inc.. All rights reserved.