net.w_horse.excelpojo.excel
クラス AbstractCellSeeker

java.lang.Object
  上位を拡張 net.w_horse.excelpojo.excel.AbstractCellSeeker
直系の既知のサブクラス:
AbstractRepeatsSeeker, ConstantValueCellSeeker, LabeledCellSeeker, MappedCellSeeker, PointedCellSeeker

public abstract class AbstractCellSeeker
extends java.lang.Object


コンストラクタの概要
AbstractCellSeeker()
           
 
メソッドの概要
 ExcelPOJOBridge getExcelPOJOBridge()
           
 java.lang.String getUse()
           
 boolean isMargedRows()
           
abstract  java.lang.Object seekCellValue(org.apache.poi.hssf.usermodel.HSSFSheet sheet)
           
abstract  void set(java.lang.annotation.Annotation annotation, ExcelPOJOAnnotationParser parser)
           
abstract  void set(org.w3c.dom.Element element, ExcelPOJOXmlParser parser)
           
 void setExcelPOJOBridge(ExcelPOJOBridge excelPOJOBridge)
           
 void setMargedRows(boolean connectedRows)
           
 void setUse(java.lang.String use)
           
abstract  void setValue(org.apache.poi.hssf.usermodel.HSSFSheet sheet, java.lang.Object value)
           
abstract  boolean verify()
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractCellSeeker

public AbstractCellSeeker()
メソッドの詳細

set

public abstract void set(org.w3c.dom.Element element,
                         ExcelPOJOXmlParser parser)

set

public abstract void set(java.lang.annotation.Annotation annotation,
                         ExcelPOJOAnnotationParser parser)
                  throws java.lang.ClassNotFoundException,
                         java.lang.LinkageError
例外:
java.lang.ClassNotFoundException
java.lang.LinkageError

verify

public abstract boolean verify()
                        throws java.lang.IllegalArgumentException
例外:
java.lang.IllegalArgumentException

seekCellValue

public abstract java.lang.Object seekCellValue(org.apache.poi.hssf.usermodel.HSSFSheet sheet)
                                        throws java.lang.ClassNotFoundException,
                                               java.lang.LinkageError,
                                               CellNotFoundException
例外:
java.lang.ClassNotFoundException
java.lang.LinkageError
CellNotFoundException

setValue

public abstract void setValue(org.apache.poi.hssf.usermodel.HSSFSheet sheet,
                              java.lang.Object value)
                       throws CellNotFoundException
例外:
CellNotFoundException

setExcelPOJOBridge

public void setExcelPOJOBridge(ExcelPOJOBridge excelPOJOBridge)

getExcelPOJOBridge

public ExcelPOJOBridge getExcelPOJOBridge()

setMargedRows

public void setMargedRows(boolean connectedRows)

isMargedRows

public boolean isMargedRows()

setUse

public void setUse(java.lang.String use)

getUse

public java.lang.String getUse()