public class StaxPoiCell extends Object implements org.pentaho.di.core.spreadsheet.KCell
| Constructor and Description | 
|---|
StaxPoiCell(Object value,
           org.pentaho.di.core.spreadsheet.KCellType type,
           int row)  | 
StaxPoiCell(String value,
           int row)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getContents()  | 
int | 
getRow()  | 
org.pentaho.di.core.spreadsheet.KCellType | 
getType()  | 
Object | 
getValue()  | 
public StaxPoiCell(String value, int row)
public StaxPoiCell(Object value, org.pentaho.di.core.spreadsheet.KCellType type, int row)
public org.pentaho.di.core.spreadsheet.KCellType getType()
getType in interface org.pentaho.di.core.spreadsheet.KCellpublic Object getValue()
getValue in interface org.pentaho.di.core.spreadsheet.KCellpublic String getContents()
getContents in interface org.pentaho.di.core.spreadsheet.KCellpublic int getRow()
getRow in interface org.pentaho.di.core.spreadsheet.KCell