java.io.Serializable, java.lang.Comparable<TableTextfileImporter.RecordSeparator>public static enum TableTextfileImporter.RecordSeparator extends java.lang.Enum<TableTextfileImporter.RecordSeparator>
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
|
java.lang.String |
value() |
|
static TableTextfileImporter.RecordSeparator |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TableTextfileImporter.RecordSeparator[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableTextfileImporter.RecordSeparator LF
public static final TableTextfileImporter.RecordSeparator CRLF
public static final TableTextfileImporter.RecordSeparator CR
public static final TableTextfileImporter.RecordSeparator RS
public static TableTextfileImporter.RecordSeparator[] values()
for (TableTextfileImporter.RecordSeparator c : TableTextfileImporter.RecordSeparator.values()) System.out.println(c);
public static TableTextfileImporter.RecordSeparator valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public java.lang.String toString()
toString in class java.lang.Enum<TableTextfileImporter.RecordSeparator>