|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.biff.WritableRecordData
jxl.write.biff.CellValue
jxl.write.biff.BooleanRecord
A boolean cell's last calculated value
| Field Summary |
| Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
| Constructor Summary | |
protected |
BooleanRecord(BooleanCell nc)
Constructor used when copying a workbook |
protected |
BooleanRecord(int c,
int r,
boolean val)
Constructor invoked by the user API |
protected |
BooleanRecord(int c,
int r,
boolean val,
CellFormat st)
Overloaded constructor invoked from the API, which takes a cell format |
protected |
BooleanRecord(int c,
int r,
BooleanRecord br)
Copy constructor |
| Method Summary | |
java.lang.String |
getContents()
Returns the numerical value as a string |
byte[] |
getData()
Gets the binary data for output to file |
CellType |
getType()
Returns the cell type |
boolean |
getValue()
Interface method which Gets the boolean value stored in this cell. |
protected void |
setValue(boolean val)
Sets the value |
| Methods inherited from class jxl.write.biff.CellValue |
addCellFeatures, getCellFeatures, getCellFormat, getColumn, getRow, getSheet, getWritableCellFeatures, isHidden, removeComment, setCellFeatures, setCellFormat |
| Methods inherited from class jxl.biff.WritableRecordData |
getBytes |
| Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface jxl.write.WritableCell |
copyTo |
| Constructor Detail |
protected BooleanRecord(int c,
int r,
boolean val)
c - the columnr - the rowval - the value
protected BooleanRecord(int c,
int r,
boolean val,
CellFormat st)
c - the columnr - the rowval - the valuest - the cell formatprotected BooleanRecord(BooleanCell nc)
nc - the number to copy
protected BooleanRecord(int c,
int r,
BooleanRecord br)
c - the columnr - the rowbr - the record to copy| Method Detail |
public boolean getValue()
public java.lang.String getContents()
public CellType getType()
protected void setValue(boolean val)
val - the boolean valuepublic byte[] getData()
getData in class CellValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||