com.servingxml.components.flatfile.recordtype
Interface FlatRecordTypeSelectionFactory

All Known Implementing Classes:
FlatRecordTypeSelectionFactoryImpl

public interface FlatRecordTypeSelectionFactory

Class for flat file record type objects.


Method Summary
 FlatRecordTypeSelection createFlatRecordTypeSelection(ServiceContext context, Flow flow, FlatFileOptions flatFileOptions)
           
 java.lang.String getTestExpression()
           
 boolean isBinary()
           
 boolean isFieldDelimited()
           
 boolean isText()
           
 

Method Detail

getTestExpression

java.lang.String getTestExpression()

createFlatRecordTypeSelection

FlatRecordTypeSelection createFlatRecordTypeSelection(ServiceContext context,
                                                      Flow flow,
                                                      FlatFileOptions flatFileOptions)

isFieldDelimited

boolean isFieldDelimited()

isBinary

boolean isBinary()

isText

boolean isText()