jxl.read.biff
Class RKRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.CellValue
              |
              +--jxl.read.biff.RKRecord
All Implemented Interfaces:
Cell, NumberCell

class RKRecord
extends CellValue
implements NumberCell

An individual RK record


Field Summary
private static java.text.DecimalFormat defaultFormat
          The formatter to convert the value into a string
private  java.text.NumberFormat format
          The java equivalent of the excel format
private  double value
          The value
 
Fields inherited from class jxl.read.biff.CellValue
column, formattingRecords, initialized, row, sheet, xfIndex
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
RKRecord(Record t, FormattingRecords fr, SheetImpl si)
          Constructs this object from the raw data
 
Method Summary
 java.lang.String getContents()
          Returns the contents of this cell as a string
 CellType getType()
          Accessor for the cell type
 double getValue()
          Accessor for the value
 
Methods inherited from class jxl.read.biff.CellValue
getCellFormat, getColumn, getRow, getXFIndex, isHidden
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface jxl.Cell
getCellFormat, getColumn, getRow, isHidden
 

Field Detail

value

private double value
The value

format

private java.text.NumberFormat format
The java equivalent of the excel format

defaultFormat

private static java.text.DecimalFormat defaultFormat
The formatter to convert the value into a string
Constructor Detail

RKRecord

public RKRecord(Record t,
                FormattingRecords fr,
                SheetImpl si)
Constructs this object from the raw data
Parameters:
t - the raw data
fr - the available cell formats
si - the sheet
Method Detail

getValue

public double getValue()
Accessor for the value
Specified by:
getValue in interface NumberCell
Returns:
the value

getContents

public java.lang.String getContents()
Returns the contents of this cell as a string
Specified by:
getContents in interface Cell
Returns:
the value formatted into a string

getType

public CellType getType()
Accessor for the cell type
Specified by:
getType in interface Cell
Returns:
the cell type