クラス
jp.co.nissy.jpicosheet.core.Cell.CellType の使用

Cell.CellType を使用しているパッケージ
jp.co.nissy.jpicosheet.core   
jp.co.nissy.jpicosheet.shell   
 

jp.co.nissy.jpicosheet.core での Cell.CellType の使用
 

Cell.CellType を返す jp.co.nissy.jpicosheet.core のメソッド
 Cell.CellType Cell.getCellType()
          このセルのタイプを返します
static Cell.CellType Cell.CellType.valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static Cell.CellType[] Cell.CellType.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

jp.co.nissy.jpicosheet.shell での Cell.CellType の使用
 

Cell.CellType を返す jp.co.nissy.jpicosheet.shell のメソッド
 Cell.CellType HogeShell.getCellType(String cellName)