public static enum CSVFormat.Predefined extends Enum<CSVFormat.Predefined>
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 MySQL
CSVFormat.MYSQL
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 © 2015 The Apache Software Foundation. All rights reserved.