AsciiDatabase
Class ColumnOption

java.lang.Object
  |
  +--AsciiDatabase.ColumnOption
All Implemented Interfaces:
Serializable

class ColumnOption
extends Object
implements Serializable

Options to be applied to column data after it has been loaded.

Supported options include:

  • add
  • multiply
  • divide
  • change to null
  • filter for number
  • Y2K fix (make 4-digit year)
  • Author:
    chris.studholme@utoronto.ca
    See Also:
    Serialized Form

    Field Summary
     double nval
               
     boolean nvalvalid
               
     String sval
               
     char type
               
     
    Constructor Summary
    ColumnOption(String value)
               
     
    Method Summary
     int hashCode()
               
     
    Methods inherited from class java.lang.Object
    , clone, equals, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
     

    Field Detail

    type

    public char type

    nval

    public double nval

    nvalvalid

    public boolean nvalvalid

    sval

    public String sval
    Constructor Detail

    ColumnOption

    public ColumnOption(String value)
    Method Detail

    hashCode

    public int hashCode()
    Overrides:
    hashCode in class Object