jp.co.nissy.jpicosheet.shell
クラス HogeShell
java.lang.Object
jp.co.nissy.jpicosheet.shell.HogeShell
public class HogeShell
- extends Object
シェルという考え方を検証するために作成した、テスト用シェル
- 作成者:
- yusuke nishikawa
HogeShell
public HogeShell()
setCellFromText
public void setCellFromText(String[] dataText)
getCellValue
public Element getCellValue(String cellName)
throws ReferenceNotFoundException
- 例外:
ReferenceNotFoundException
getCellStatus
public Cell.CellStatus getCellStatus(String cellName)
throws ReferenceNotFoundException
- 例外:
ReferenceNotFoundException
getCellType
public Cell.CellType getCellType(String cellName)
throws ReferenceNotFoundException
- 例外:
ReferenceNotFoundException