Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getColumnNames() |
ColumnType[] |
getColumnTypes() |
java.nio.file.Path |
getSource() |
Table |
getTable() |
static TestData |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestData SIMPLE_DATA_WITH_CANONICAL_DATE_FORMAT
public static final TestData SIMPLE_UNSORTED_DATA
public static final TestData SIMPLE_SORTED_DATA_BY_INTEGER_ASCENDING
public static final TestData SIMPLE_SORTED_DATA_BY_INTEGER_DESCENDING
public static final TestData SIMPLE_SORTED_DATA_BY_INT_ASCENDING_AND_THEN_DATE_DESCENDING
public static final TestData SIMPLE_SORTED_DATA_BY_INTEGER_AND_DATE_ASCENDING
public static final TestData SIMPLE_SORTED_DATA_BY_INTEGER_AND_DATE_DESCENDING
public static final TestData BUSH_APPROVAL
public static final TestData TORNADOES
public static TestData[] values()
for (TestData c : TestData.values()) System.out.println(c);
public static TestData 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 nullpublic Table getTable()
public ColumnType[] getColumnTypes()
public java.nio.file.Path getSource()
public java.lang.String[] getColumnNames()