net.w_horse.excelpojo.excel
クラス PointedCellSeeker
java.lang.Object
net.w_horse.excelpojo.excel.AbstractCellSeeker
net.w_horse.excelpojo.excel.PointedCellSeeker
public class PointedCellSeeker
- extends AbstractCellSeeker
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointedCellSeeker
public PointedCellSeeker()
set
public void set(org.w3c.dom.Element element,
ExcelPOJOXmlParser parser)
- 定義:
- クラス
AbstractCellSeeker
内の set
set
public void set(java.lang.annotation.Annotation annotation,
ExcelPOJOAnnotationParser parser)
- 定義:
- クラス
AbstractCellSeeker
内の set
verify
public boolean verify()
throws java.lang.IllegalArgumentException
- 定義:
- クラス
AbstractCellSeeker
内の verify
- 例外:
java.lang.IllegalArgumentException
seekCellValue
public java.lang.String seekCellValue(org.apache.poi.hssf.usermodel.HSSFSheet sheet)
- 定義:
- クラス
AbstractCellSeeker
内の seekCellValue
setValue
public void setValue(org.apache.poi.hssf.usermodel.HSSFSheet sheet,
java.lang.Object value)
- 定義:
- クラス
AbstractCellSeeker
内の setValue
setPosition
public void setPosition(java.lang.String position)
getPosition
public java.lang.String getPosition()