public static class CDInputNode.ENUM_CDINPUT_RECORDDELIMITER
extends java.lang.Object
ENUM_CDINPUT_RECORDDELIMITER.eitherLineend = DOS or UNIX Line End ENUM_CDINPUT_RECORDDELIMITER.customDelimiter = Custom Delimiter (Hexadecimal)
Modifier and Type | Field and Description |
---|---|
static CDInputNode.ENUM_CDINPUT_RECORDDELIMITER |
customDelimiter |
static CDInputNode.ENUM_CDINPUT_RECORDDELIMITER |
eitherLineend |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
CDInputNode.ENUM_CDINPUT_RECORDDELIMITER(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static CDInputNode.ENUM_CDINPUT_RECORDDELIMITER |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final CDInputNode.ENUM_CDINPUT_RECORDDELIMITER eitherLineend
public static final CDInputNode.ENUM_CDINPUT_RECORDDELIMITER customDelimiter
public static java.lang.String[] values
protected CDInputNode.ENUM_CDINPUT_RECORDDELIMITER(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static CDInputNode.ENUM_CDINPUT_RECORDDELIMITER getEnumFromString(java.lang.String enumValue)