public enum XCsvDataType extends Enum<XCsvDataType>
| Modifier and Type | Method and Description |
|---|---|
XCsvConfiguration |
configuration() |
static XCsvDataType |
fromIdentifier(String identifier) |
String |
identifier() |
boolean |
isValidValueSeparator(char c) |
boolean |
isValidValueSeparator(Character c) |
XCSV.ValueSeparatorWeight |
lookupValueSeparator(char c) |
XCSV.ValueSeparatorWeight |
lookupValueSeparator(Character c) |
static XCsvDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XCsvDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
EqConstHashTable<Character,XCSV.ValueSeparatorWeight> |
valueSeparatorWeights() |
public static final XCsvDataType XCSV
public static final XCsvDataType TSV
public static final XCsvDataType CSV
public static XCsvDataType[] values()
for (XCsvDataType c : XCsvDataType.values()) System.out.println(c);
public static XCsvDataType 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 static XCsvDataType fromIdentifier(String identifier)
public final String identifier()
public final XCsvConfiguration configuration()
public final EqConstHashTable<Character,XCSV.ValueSeparatorWeight> valueSeparatorWeights()
public final boolean isValidValueSeparator(Character c)
public final boolean isValidValueSeparator(char c)
public final XCSV.ValueSeparatorWeight lookupValueSeparator(Character c)
public final XCSV.ValueSeparatorWeight lookupValueSeparator(char c)
Copyright © 2022 MicroStream Software. All rights reserved.