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


コンストラクタの概要
ConstantValueCellSeeker()
           
 
メソッドの概要
 java.lang.String getValue()
           
 java.lang.String seekCellValue(org.apache.poi.hssf.usermodel.HSSFSheet sheet)
           
 void set(java.lang.annotation.Annotation annotation, ExcelPOJOAnnotationParser parser)
           
 void set(org.w3c.dom.Element element, ExcelPOJOXmlParser parser)
           
 void setValue(org.apache.poi.hssf.usermodel.HSSFSheet sheet, java.lang.Object bean)
           
 void setValue(java.lang.String value)
           
 boolean verify()
           
 
クラス net.w_horse.excelpojo.excel.AbstractCellSeeker から継承されたメソッド
getExcelPOJOBridge, getUse, isMargedRows, setExcelPOJOBridge, setMargedRows, setUse
 
クラス 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.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 bean)
定義:
クラス AbstractCellSeeker 内の setValue

setValue

public void setValue(java.lang.String value)

getValue

public java.lang.String getValue()