com.servingxml.components.flatfile.recordtype
Class FlatRecordTypeSelectionImpl

java.lang.Object
  extended by com.servingxml.components.flatfile.recordtype.FlatRecordTypeSelectionImpl
All Implemented Interfaces:
FlatRecordTypeSelection, Testable

public class FlatRecordTypeSelectionImpl
extends java.lang.Object
implements FlatRecordTypeSelection

Class for flat file record type objects.


Constructor Summary
FlatRecordTypeSelectionImpl(FlatRecordType flatRecordType, java.lang.String testExpression)
           
 
Method Summary
 FlatRecordType getFlatRecordType()
           
 java.lang.String getTestExpression()
           
 boolean isFixedLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatRecordTypeSelectionImpl

public FlatRecordTypeSelectionImpl(FlatRecordType flatRecordType,
                                   java.lang.String testExpression)
Method Detail

getTestExpression

public java.lang.String getTestExpression()
Specified by:
getTestExpression in interface Testable

getFlatRecordType

public FlatRecordType getFlatRecordType()
Specified by:
getFlatRecordType in interface FlatRecordTypeSelection

isFixedLength

public boolean isFixedLength()
Specified by:
isFixedLength in interface FlatRecordTypeSelection