|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.biff.CellValue | +--jxl.read.biff.ErrorRecord
A cell containing an error code. This will usually be the result of some error during the calculation of a formula
Field Summary | |
private int |
errorCode
The error code if this cell evaluates to an error, otherwise zer0 |
Fields inherited from class jxl.read.biff.CellValue |
column, format, formattingRecords, initialized, row, sheet, xfIndex |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
ErrorRecord(Record t,
FormattingRecords fr,
SheetImpl si)
Constructs this object |
Method Summary | |
java.lang.String |
getContents()
Returns the numerical value as a string |
int |
getErrorCode()
Interface method which gets the error code for this cell. |
CellType |
getType()
Returns the cell type |
Methods inherited from class jxl.read.biff.CellValue |
getCellFormat, getColumn, getRow, getSheet, getXFIndex, isHidden |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface jxl.Cell |
getCellFormat, getColumn, getRow, isHidden |
Field Detail |
private int errorCode
Constructor Detail |
public ErrorRecord(Record t, FormattingRecords fr, SheetImpl si)
t
- the raw datafr
- the formatting recordssi
- the sheetMethod Detail |
public int getErrorCode()
getErrorCode
in interface ErrorCell
public java.lang.String getContents()
getContents
in interface Cell
public CellType getType()
getType
in interface Cell
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |