com.servingxml.components.flatfile.recordtype
Class FlatRecordTypeChoice
java.lang.Object
com.servingxml.components.flatfile.recordtype.FlatRecordTypeChoice
- All Implemented Interfaces:
- FlatRecordType
public class FlatRecordTypeChoice
- extends java.lang.Object
- implements FlatRecordType
The FlatRecordTypeChoice
implements a FlatRecordTypeChoice
.
Fields inherited from interface com.servingxml.components.flatfile.recordtype.FlatRecordType |
EMPTY |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlatRecordTypeChoice
public FlatRecordTypeChoice(Environment env,
FlatRecordType defaultRecordType,
FlatRecordTypeSelection[] flatRecordTypeSelections,
XsltChooser chooser)
createFlatRecordReader
public FlatRecordReader createFlatRecordReader()
- Specified by:
createFlatRecordReader
in interface FlatRecordType
createFlatRecordWriter
public FlatRecordWriter createFlatRecordWriter()
- Specified by:
createFlatRecordWriter
in interface FlatRecordType
getDefaultRecord
public Record getDefaultRecord(ServiceContext context,
Flow flow)
- Specified by:
getDefaultRecord
in interface FlatRecordType
isText
public boolean isText()
- Specified by:
isText
in interface FlatRecordType
isBinary
public boolean isBinary()
- Specified by:
isBinary
in interface FlatRecordType
isFixedLength
public boolean isFixedLength()
- Specified by:
isFixedLength
in interface FlatRecordType