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

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

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

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

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

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