public static enum CSVFormat.Predefined extends Enum<CSVFormat.Predefined>
Enum Constant and Description |
---|
Default |
Excel |
InformixUnload |
InformixUnloadCsv |
MySQL |
PostgreSQLCsv |
PostgreSQLText |
RFC4180 |
TDF |
Modifier and Type | Method and Description |
---|---|
CSVFormat |
getFormat()
Gets the format.
|
static CSVFormat.Predefined |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVFormat.Predefined[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSVFormat.Predefined Default
CSVFormat.DEFAULT
public static final CSVFormat.Predefined Excel
CSVFormat.EXCEL
public static final CSVFormat.Predefined InformixUnload
CSVFormat.INFORMIX_UNLOAD
public static final CSVFormat.Predefined InformixUnloadCsv
CSVFormat.INFORMIX_UNLOAD_CSV
public static final CSVFormat.Predefined MySQL
CSVFormat.MYSQL
public static final CSVFormat.Predefined PostgreSQLCsv
CSVFormat.POSTGRESQL_CSV
public static final CSVFormat.Predefined PostgreSQLText
CSVFormat.POSTGRESQL_CSV
public static final CSVFormat.Predefined RFC4180
CSVFormat.RFC4180
public static final CSVFormat.Predefined TDF
CSVFormat.TDF
public static CSVFormat.Predefined[] values()
for (CSVFormat.Predefined c : CSVFormat.Predefined.values()) System.out.println(c);
public static CSVFormat.Predefined 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 nullpublic CSVFormat getFormat()
Copyright © 2017. All rights reserved.