oracle.spatial.util
Class DBFReaderJGeom.RecordColumn

java.lang.Object
  extended by oracle.spatial.util.DBFReaderJGeom.RecordColumn
Direct Known Subclasses:
DBFReaderJGeom.CharacterColumn, DBFReaderJGeom.DateColumn, DBFReaderJGeom.LogicalColumn, DBFReaderJGeom.NumericColumn
Enclosing class:
DBFReaderJGeom

public abstract static class DBFReaderJGeom.RecordColumn
extends java.lang.Object


Field Summary
protected  byte[] columnName
           
protected  java.util.Vector values
           
 
Constructor Summary
DBFReaderJGeom.RecordColumn(byte[] name)
           
 
Method Summary
 void addValue(byte[] v)
           
 int getDecimalDigits()
           
 int getLength()
           
 byte[] getName()
           
 int getNumValues()
           
 byte getType()
           
 byte[] getValue(int num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columnName

protected byte[] columnName

values

protected java.util.Vector values
Constructor Detail

DBFReaderJGeom.RecordColumn

public DBFReaderJGeom.RecordColumn(byte[] name)
Method Detail

addValue

public void addValue(byte[] v)

getValue

public byte[] getValue(int num)

getName

public byte[] getName()

getNumValues

public int getNumValues()

getType

public byte getType()

getLength

public int getLength()

getDecimalDigits

public int getDecimalDigits()