public static enum AbstractFlatTextFormatParser.FlatTextFormat extends Enum<AbstractFlatTextFormatParser.FlatTextFormat>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDefaultDelimiter()  | 
static AbstractFlatTextFormatParser.FlatTextFormat | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AbstractFlatTextFormatParser.FlatTextFormat[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final AbstractFlatTextFormatParser.FlatTextFormat CSV
public static final AbstractFlatTextFormatParser.FlatTextFormat DELIMITED
public static AbstractFlatTextFormatParser.FlatTextFormat[] values()
for (AbstractFlatTextFormatParser.FlatTextFormat c : AbstractFlatTextFormatParser.FlatTextFormat.values()) System.out.println(c);
public static AbstractFlatTextFormatParser.FlatTextFormat 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 String getDefaultDelimiter()
Copyright © 2011–2018. All rights reserved.