public static class FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION
extends java.lang.Object
ENUM_FTEOUTPUT_RECORDDEFINITION.wholeFile = Record is Whole File ENUM_FTEOUTPUT_RECORDDEFINITION.asIs = Record is Unmodified Data ENUM_FTEOUTPUT_RECORDDEFINITION.fixedLength = Record is Fixed Length Data ENUM_FTEOUTPUT_RECORDDEFINITION.delimited = Record is Delimited Data
Modifier and Type | Field and Description |
---|---|
static FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION |
asIs |
static FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION |
delimited |
static FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION |
fixedLength |
static java.lang.String[] |
values |
static FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION |
wholeFile |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION wholeFile
public static final FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION asIs
public static final FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION fixedLength
public static final FTEOutputNode.ENUM_FTEOUTPUT_RECORDDEFINITION delimited
public static java.lang.String[] values