org.torikiri.xlsapi.cell
クラス AbstractCellValue<T>
java.lang.Object
org.torikiri.xlsapi.cell.AbstractCellValue<T>
- すべての実装されたインタフェース:
- CellValue, Property<HSSFCell>
- 直系の既知のサブクラス:
- BooleanCellValue, CalendarCellValue, DateCellValue, DoubleCellValue, StringCellValue
public abstract class AbstractCellValue<T>
- extends Object
- implements CellValue
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected T value
AbstractCellValue
public AbstractCellValue(T value)
getKey
public final Object getKey()
- 定義:
- インタフェース
Property<HSSFCell>
内の getKey
build
public final void build(XlsContext ctx,
HSSFCell cell)
- 定義:
- インタフェース
Property<HSSFCell>
内の build
build
public abstract void build(HSSFCell cell)