/**
* @return the type of record pattern used by this format.
*/
public RecordPattern getPatternType()
{
RecordPattern type = null;
if(getRecordPatternString() != null)
{
type = RecordPattern.RECORD;
}
else if(getRecordDelimiterPatternString() != null)