|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.item.excel.support.rowset.DefaultRowSet
public class DefaultRowSet
Default implementation of the RowSet interface.
DefaultRowSetFactory| Method Summary | |
|---|---|
String |
getColumnValue(int idx)
Retrieves the value of the indicated column in the current row as a String object. |
String[] |
getCurrentRow()
Return the current row as a String[]. |
int |
getCurrentRowIndex()
Returns the current row number |
RowSetMetaData |
getMetaData()
Retrieves the meta data (name of the sheet, number of columns, names) of this row set. |
Properties |
getProperties()
Construct name-value pairs from the column names and string values. |
boolean |
isRowEmpty(String[] row)
|
boolean |
next()
Move to the next row in the document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public RowSetMetaData getMetaData()
RowSet
getMetaData in interface RowSetRowSetMetaData instance.public boolean next()
RowSet
next in interface RowSetpublic boolean isRowEmpty(String[] row)
public int getCurrentRowIndex()
RowSet
getCurrentRowIndex in interface RowSetpublic String[] getCurrentRow()
RowSet
getCurrentRow in interface RowSetpublic String getColumnValue(int idx)
RowSet
getColumnValue in interface RowSetidx - the column index, 0 based
public Properties getProperties()
RowSet
getProperties in interface RowSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||