Class FixLenField

java.lang.Object
com.onenetwork.platform.integ.fixlen.FixLenField

public class FixLenField
extends java.lang.Object
Java class used to represent a field value parsed from a fixed-length format file.
  • Constructor Summary

    Constructors 
    Constructor Description
    FixLenField()  
  • Method Summary

    Modifier and Type Method Description
    FixLenFieldDef getFieldDef()  
    java.lang.String getValue()  
    void setFieldDef​(FixLenFieldDef fieldDef)  
    void setValue​(java.lang.String value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait