jxl.biff
Class RecordData

java.lang.Object
  extended byjxl.biff.RecordData
Direct Known Subclasses:
BOFRecord, ButtonPropertySetRecord, CellValue, ColumnInfoRecord, CountryRecord, DataValidityListRecord, DataValiditySettingsRecord, ExternalSheetRecord, FooterRecord, HeaderRecord, HyperlinkRecord, MergedCellsRecord, NameRecord, PaletteRecord, PLSRecord, RowRecord, SetupRecord, SortRecord, SupbookRecord, WritableRecordData

public abstract class RecordData
extends java.lang.Object

The record data within a record


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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordData

protected RecordData(Record r)
Constructs this object from the raw data

Parameters:
r - the raw data

RecordData

protected RecordData(Type t)
Constructor used by the writable records

Parameters:
t - the type
Method Detail

getRecord

protected Record getRecord()
Returns the raw data to its subclasses

Returns:
the raw data

getCode

protected final int getCode()
Accessor for the code

Returns:
the code