org.pentaho.di.trans.steps.excelinput.jxl
Class XLSCell

java.lang.Object
  extended by org.pentaho.di.trans.steps.excelinput.jxl.XLSCell
All Implemented Interfaces:
org.pentaho.di.core.spreadsheet.KCell

public class XLSCell
extends Object
implements org.pentaho.di.core.spreadsheet.KCell


Constructor Summary
XLSCell(jxl.Cell cell)
           
 
Method Summary
 String getContents()
           
 int getRow()
           
 org.pentaho.di.core.spreadsheet.KCellType getType()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLSCell

public XLSCell(jxl.Cell cell)
Method Detail

getType

public org.pentaho.di.core.spreadsheet.KCellType getType()
Specified by:
getType in interface org.pentaho.di.core.spreadsheet.KCell

getValue

public Object getValue()
Specified by:
getValue in interface org.pentaho.di.core.spreadsheet.KCell

getContents

public String getContents()
Specified by:
getContents in interface org.pentaho.di.core.spreadsheet.KCell

getRow

public int getRow()
Specified by:
getRow in interface org.pentaho.di.core.spreadsheet.KCell