org.torikiri.xlsapi.cell
クラス StringCellValue

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

public class StringCellValue
extends AbstractCellValue<String>


フィールドの概要
 
クラス org.torikiri.xlsapi.cell.AbstractCellValue から継承されたフィールド
value
 
コンストラクタの概要
StringCellValue(String 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
 

コンストラクタの詳細

StringCellValue

public StringCellValue(String value)
メソッドの詳細

build

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