com.servingxml.components.flatfile.layout
Class FlatFileBody

java.lang.Object
  extended by com.servingxml.components.flatfile.layout.FlatFileBody

public class FlatFileBody
extends java.lang.Object

The FlatFileBodyFactory defines a flat file record.


Constructor Summary
FlatFileBody(FlatRecordType flatRecordType, FlatFileOptions flatFileOptions)
           
 
Method Summary
 FlatRecordType getFlatRecordType()
           
 Delimiter[] getRecordDelimiters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatFileBody

public FlatFileBody(FlatRecordType flatRecordType,
                    FlatFileOptions flatFileOptions)
Method Detail

getFlatRecordType

public FlatRecordType getFlatRecordType()

getRecordDelimiters

public Delimiter[] getRecordDelimiters()