|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object se.optimatika.jexcel.database.Column<Boolean> se.optimatika.jexcel.database.BooleanColumn
public final class BooleanColumn
Constructor Summary | |
---|---|
BooleanColumn(String aName,
TypeContext<Boolean> aContext)
|
Method Summary | |
---|---|
Boolean |
getCellValue(Spreadsheet aSheet)
|
void |
setCellValue(Spreadsheet aSheet,
Boolean aCellValue)
|
Methods inherited from class se.optimatika.jexcel.database.Column |
---|
add, add, get, getData, getName, getTypeContext, indexOf, remove, set |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanColumn(String aName, TypeContext<Boolean> aContext)
Method Detail |
---|
public Boolean getCellValue(Spreadsheet aSheet)
getCellValue
in class Column<Boolean>
public void setCellValue(Spreadsheet aSheet, Boolean aCellValue)
setCellValue
in class Column<Boolean>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |