se.optimatika.jexcel.database
Class BooleanColumn

java.lang.Object
  extended by se.optimatika.jexcel.database.Column<Boolean>
      extended by se.optimatika.jexcel.database.BooleanColumn

public final class BooleanColumn
extends Column<Boolean>


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

BooleanColumn

public BooleanColumn(String aName,
                     TypeContext<Boolean> aContext)
Method Detail

getCellValue

public Boolean getCellValue(Spreadsheet aSheet)
Specified by:
getCellValue in class Column<Boolean>

setCellValue

public void setCellValue(Spreadsheet aSheet,
                         Boolean aCellValue)
Specified by:
setCellValue in class Column<Boolean>