public class XLSForEachBlockReaderImpl extends BaseBlockReader implements XLSLoopBlockReader
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
XLSForEachBlockReaderImpl() |
XLSForEachBlockReaderImpl(int startRow,
int endRow,
String items,
String var,
Class varType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBlockReader(XLSBlockReader reader) |
List |
getBlockReaders() |
String |
getItems() |
SectionCheck |
getLoopBreakCondition() |
String |
getVar() |
Class |
getVarType() |
XLSReadStatus |
read(XLSRowCursor cursor,
Map beans) |
void |
setConvertUtilsBeanProvider(ConvertUtilsBeanProvider provider) |
void |
setItems(String items) |
void |
setLoopBreakCondition(SectionCheck sectionCheck) |
void |
setVar(String var) |
void |
setVarType(Class varType) |
getEndRow, getReadStatus, getStartRow, setEndRow, setReadStatus, setStartRowclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndRow, getStartRow, setEndRow, setStartRowpublic XLSReadStatus read(XLSRowCursor cursor, Map beans)
read in interface XLSBlockReaderpublic void setConvertUtilsBeanProvider(ConvertUtilsBeanProvider provider)
setConvertUtilsBeanProvider in interface XLSBlockReaderpublic void addBlockReader(XLSBlockReader reader)
addBlockReader in interface XLSLoopBlockReaderpublic List getBlockReaders()
getBlockReaders in interface XLSLoopBlockReaderpublic SectionCheck getLoopBreakCondition()
getLoopBreakCondition in interface XLSLoopBlockReaderpublic void setLoopBreakCondition(SectionCheck sectionCheck)
setLoopBreakCondition in interface XLSLoopBlockReaderpublic void setItems(String items)
public void setVar(String var)
public void setVarType(Class varType)
public String getItems()
public String getVar()
public Class getVarType()
Copyright © 2019. All rights reserved.