com.servingxml.components.flatfile.recordtype
Class BinaryFieldFactory
java.lang.Object
com.servingxml.components.flatfile.recordtype.BinaryFieldFactory
- All Implemented Interfaces:
- FlatRecordFieldFactory
public class BinaryFieldFactory
- extends java.lang.Object
- implements FlatRecordFieldFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryFieldFactory
public BinaryFieldFactory(Name name,
Label label,
int start,
IntegerSubstitutionExpr fieldWidthExpr,
DefaultValue defaultValueEvaluator,
FlatFileOptionsFactory flatFileOptionsFactory)
appendFlatRecordField
public void appendFlatRecordField(ServiceContext context,
Flow flow,
FlatFileOptions defaultOptions,
java.util.List<FlatRecordField> flatRecordFieldList)
- Specified by:
appendFlatRecordField
in interface FlatRecordFieldFactory
isFieldDelimited
public boolean isFieldDelimited()
- Specified by:
isFieldDelimited
in interface FlatRecordFieldFactory
isBinary
public boolean isBinary()
- Specified by:
isBinary
in interface FlatRecordFieldFactory
isText
public boolean isText()
- Specified by:
isText
in interface FlatRecordFieldFactory