step.encoding
Class MetaRecord.Factory

java.lang.Object
  |
  +--step.encoding.MetaRecord.Factory
All Implemented Interfaces:
RecordFactory
Enclosing class:
MetaRecord

public static class MetaRecord.Factory
extends Object
implements RecordFactory


Constructor Summary
MetaRecord.Factory()
           
 
Method Summary
 StepRecord newRecord(StepObject[] fieldData)
          Create new a record from a set of field data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaRecord.Factory

public MetaRecord.Factory()
Method Detail

newRecord

public StepRecord newRecord(StepObject[] fieldData)
Description copied from interface: RecordFactory
Create new a record from a set of field data.

Specified by:
newRecord in interface RecordFactory