Save This Page
Home » jexcelapi_2_6_8 » jxl.read.biff » [javadoc | source]
jxl.read.biff
class: BooleanRecord [javadoc | source]
java.lang.Object
   jxl.biff.RecordData
      jxl.read.biff.CellValue
         jxl.read.biff.BooleanRecord

All Implemented Interfaces:
    BooleanCell, CellFeaturesAccessor, Cell

A boolean cell last calculated value
Constructor:
 public BooleanRecord(Record t,
    FormattingRecords fr,
    SheetImpl si) 
    Constructs this object from the raw data
    Parameters:
    t - the raw data
    fr - the formatting records
    si - the sheet
Method from jxl.read.biff.BooleanRecord Summary:
getContents,   getRecord,   getType,   getValue,   isError
Methods from jxl.read.biff.CellValue:
getCellFeatures,   getCellFormat,   getColumn,   getRow,   getSheet,   getXFIndex,   isHidden,   setCellFeatures
Methods from jxl.biff.RecordData:
getCode,   getRecord
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.read.biff.BooleanRecord Detail:
 public String getContents() 
    Returns the numerical value as a string
 public Record getRecord() 
    A special case which overrides the method in the subclass to get hold of the raw data
 public CellType getType() 
    Returns the cell type
 public boolean getValue() 
    Interface method which Gets the boolean value stored in this cell. If this cell contains an error, then returns FALSE. Always query this cell type using the accessor method isError() prior to calling this method
 public boolean isError() 
    Interface method which queries whether this cell contains an error. Returns TRUE if it does, otherwise returns FALSE.