Class OdfCell
- java.lang.Object
-
- org.pentaho.di.trans.steps.excelinput.ods.OdfCell
-
- All Implemented Interfaces:
org.pentaho.di.core.spreadsheet.KCell
public class OdfCell extends Object implements org.pentaho.di.core.spreadsheet.KCell
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_BOOLEANstatic StringTYPE_CURRENCYstatic StringTYPE_DATEstatic StringTYPE_FLOATstatic StringTYPE_PERCENTAGEstatic StringTYPE_STRINGstatic StringTYPE_TIME
-
Constructor Summary
Constructors Constructor Description OdfCell(org.odftoolkit.odfdom.doc.table.OdfTableCell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContents()intgetRow()org.pentaho.di.core.spreadsheet.KCellTypegetType()ObjectgetValue()
-
-
-
Field Detail
-
TYPE_BOOLEAN
public static String TYPE_BOOLEAN
-
TYPE_CURRENCY
public static String TYPE_CURRENCY
-
TYPE_DATE
public static String TYPE_DATE
-
TYPE_FLOAT
public static String TYPE_FLOAT
-
TYPE_PERCENTAGE
public static String TYPE_PERCENTAGE
-
TYPE_STRING
public static String TYPE_STRING
-
TYPE_TIME
public static String TYPE_TIME
-
-
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
-
-