|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData
The record data within a record
Field Summary | |
private int |
code
The Biff code for this record. |
private Record |
record
The raw data |
Constructor Summary | |
protected |
RecordData(Record r)
Constructs this object from the raw data |
protected |
RecordData(Type t)
Constructor used by the writable records |
Method Summary | |
protected int |
getCode()
Accessor for the code |
protected Record |
getRecord()
Returns the raw data to its subclasses |
Methods inherited from class java.lang.Object |
|
Field Detail |
private Record record
private int code
Constructor Detail |
protected RecordData(Record r)
r
- the raw dataprotected RecordData(Type t)
t
- Method Detail |
protected Record getRecord()
protected final int getCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |