|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.steps.excelinput.ExcelInputRow
public class ExcelInputRow
Represent 1 row in a an Excel sheet.
Field Summary | |
---|---|
KCell[] |
cells
|
int |
rownr
|
String |
sheetName
|
Constructor Summary | |
---|---|
ExcelInputRow(String sheetName,
int rownr,
KCell[] cells)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final String sheetName
public final int rownr
public final KCell[] cells
Constructor Detail |
---|
public ExcelInputRow(String sheetName, int rownr, KCell[] cells)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |