step.encoding
Class IrregularValueEvent.Factory

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

public static class IrregularValueEvent.Factory
extends Object
implements RecordFactory


Constructor Summary
IrregularValueEvent.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

IrregularValueEvent.Factory

public IrregularValueEvent.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