net.w_horse.excelpojo.excel
クラス ConstantValueCellSeeker
java.lang.Object
net.w_horse.excelpojo.excel.AbstractCellSeeker
net.w_horse.excelpojo.excel.ConstantValueCellSeeker
public class ConstantValueCellSeeker
- extends AbstractCellSeeker
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantValueCellSeeker
public ConstantValueCellSeeker()
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.Object seekCellValue(org.apache.poi.hssf.usermodel.HSSFSheet sheet,
java.lang.Class<?> requiredType)
- 定義:
- クラス
AbstractCellSeeker
内の seekCellValue
setValue
public void setValue(org.apache.poi.hssf.usermodel.HSSFSheet sheet,
java.lang.Object bean)
- 定義:
- クラス
AbstractCellSeeker
内の setValue
setValue
public void setValue(java.lang.String value)
getValue
public java.lang.String getValue()