org.torikiri.xlsapi.cell
クラス DoubleCellValue

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.cell.AbstractCellValue<Double>
      上位を拡張 org.torikiri.xlsapi.cell.DoubleCellValue
すべての実装されたインタフェース:
CellValue, Property<HSSFCell>

public class DoubleCellValue
extends AbstractCellValue<Double>


フィールドの概要
 
クラス org.torikiri.xlsapi.cell.AbstractCellValue から継承されたフィールド
value
 
コンストラクタの概要
DoubleCellValue(Double value)
           
 
メソッドの概要
 void build(HSSFCell cell)
           
 
クラス org.torikiri.xlsapi.cell.AbstractCellValue から継承されたメソッド
build, getKey
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DoubleCellValue

public DoubleCellValue(Double value)
メソッドの詳細

build

public void build(HSSFCell cell)
定義:
クラス AbstractCellValue<Double> 内の build