| Modifier and Type | Method and Description |
|---|---|
static CsvTable.Flavor |
CsvTable.Flavor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvTable.Flavor[] |
CsvTable.Flavor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CsvSchema(File directoryFile,
CsvTable.Flavor flavor)
Creates a CSV schema.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.