Class StaxPoiCell
- java.lang.Object
-
- org.pentaho.di.trans.steps.excelinput.staxpoi.StaxPoiCell
-
- All Implemented Interfaces:
org.pentaho.di.core.spreadsheet.KCell
public class StaxPoiCell extends Object implements org.pentaho.di.core.spreadsheet.KCell
-
-
Constructor Summary
Constructors Constructor Description StaxPoiCell(Object value, org.pentaho.di.core.spreadsheet.KCellType type, int row)StaxPoiCell(String value, int row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContents()intgetRow()org.pentaho.di.core.spreadsheet.KCellTypegetType()ObjectgetValue()
-
-
-
Method Detail
-
getType
public org.pentaho.di.core.spreadsheet.KCellType getType()
- Specified by:
getTypein interfaceorg.pentaho.di.core.spreadsheet.KCell
-
getValue
public Object getValue()
- Specified by:
getValuein interfaceorg.pentaho.di.core.spreadsheet.KCell
-
getContents
public String getContents()
- Specified by:
getContentsin interfaceorg.pentaho.di.core.spreadsheet.KCell
-
getRow
public int getRow()
- Specified by:
getRowin interfaceorg.pentaho.di.core.spreadsheet.KCell
-
-