org.torikiri.xlsapi.cell
クラス BooleanCellValue
java.lang.Object
org.torikiri.xlsapi.cell.AbstractCellValue<Boolean>
org.torikiri.xlsapi.cell.BooleanCellValue
- すべての実装されたインタフェース:
- CellValue, Property<HSSFCell>
public class BooleanCellValue
- extends AbstractCellValue<Boolean>
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanCellValue
public BooleanCellValue(Boolean value)
build
public void build(HSSFCell cell)
- 定義:
- クラス
AbstractCellValue<Boolean>
内の build