org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Class CellType
java.lang.Object
|
+--org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.CellType
- public class CellType
- extends java.lang.Object
Cell type codes
- Author:
- Marc Johnson (marc_johnson27591@hotmail.com)
Method Summary |
static boolean |
isValid(int val)
Is this a valid cell type? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CELL_TYPE_EMPTY
public static final int CELL_TYPE_EMPTY
CELL_TYPE_BOOLEAN
public static final int CELL_TYPE_BOOLEAN
CELL_TYPE_INTEGER
public static final int CELL_TYPE_INTEGER
CELL_TYPE_FLOAT
public static final int CELL_TYPE_FLOAT
CELL_TYPE_ERROR
public static final int CELL_TYPE_ERROR
CELL_TYPE_STRING
public static final int CELL_TYPE_STRING
CELL_TYPE_CELLRANGE
public static final int CELL_TYPE_CELLRANGE
CELL_TYPE_ARRAY
public static final int CELL_TYPE_ARRAY
isValid
public static boolean isValid(int val)
- Is this a valid cell type?
- Parameters:
val
- value to be checked- Returns:
- true if valid, false otherwise
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.