Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » elementprocessor » impl » poi » hssf » elements » [javadoc | source]
org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
public class: CellType [javadoc | source]
java.lang.Object
   org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
Cell type codes
Field Summary
public static final  int CELL_TYPE_FORMULA     
public static final  int CELL_TYPE_EMPTY     
public static final  int CELL_TYPE_BOOLEAN     
public static final  int CELL_TYPE_INTEGER     
public static final  int CELL_TYPE_FLOAT     
public static final  int CELL_TYPE_ERROR     
public static final  int CELL_TYPE_STRING     
public static final  int CELL_TYPE_CELLRANGE     
public static final  int CELL_TYPE_ARRAY     
Method from org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType Summary:
convertCellType,   isValid
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType Detail:
 static int convertCellType(int val) 
    Convert a CellType enum into an HSSFCell enum
 public static boolean isValid(int val) 
    Is this a valid cell type?