com.servingxml.components.flatfile.recordtype
Class DelimitedNamedField
java.lang.Object
com.servingxml.components.flatfile.recordtype.DelimitedNamedField
- All Implemented Interfaces:
- FlatRecordField
public class DelimitedNamedField
- extends java.lang.Object
- implements FlatRecordField
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelimitedNamedField
public DelimitedNamedField(Name nameName,
Name variableName,
FlatRecordField flatRecordField,
int start,
DefaultValue defaultValue,
FlatFileOptions flatFileOptions)
createFlatRecordFieldReader
public FlatRecordFieldReader createFlatRecordFieldReader()
- Specified by:
createFlatRecordFieldReader
in interface FlatRecordField
createFlatRecordWriter
public FlatRecordFieldWriter createFlatRecordWriter()
- Specified by:
createFlatRecordWriter
in interface FlatRecordField
getName
public Name getName()
- Specified by:
getName
in interface FlatRecordField
getLabel
public java.lang.String getLabel(ServiceContext context,
Flow flow)
- Specified by:
getLabel
in interface FlatRecordField
isText
public boolean isText()
- Specified by:
isText
in interface FlatRecordField
isBinary
public boolean isBinary()
- Specified by:
isBinary
in interface FlatRecordField