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