Serializable, Comparable<CsvParser.AbstractDSL.StringPostProcessing>protected static enum CsvParser.AbstractDSL.StringPostProcessing extends Enum<CsvParser.AbstractDSL.StringPostProcessing>
| Enum Constant | Description |
|---|---|
NONE |
|
TRIM_AND_UNESCAPE |
|
UNESCAPE |
| Modifier and Type | Method | Description |
|---|---|---|
static CsvParser.AbstractDSL.StringPostProcessing |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CsvParser.AbstractDSL.StringPostProcessing[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CsvParser.AbstractDSL.StringPostProcessing NONE
public static final CsvParser.AbstractDSL.StringPostProcessing UNESCAPE
public static final CsvParser.AbstractDSL.StringPostProcessing TRIM_AND_UNESCAPE
public static CsvParser.AbstractDSL.StringPostProcessing[] values()
for (CsvParser.AbstractDSL.StringPostProcessing c : CsvParser.AbstractDSL.StringPostProcessing.values()) System.out.println(c);
public static CsvParser.AbstractDSL.StringPostProcessing 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 © 2018. All rights reserved.