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 Object
Cell type codes
- Version:
- CVS $Id: CellType.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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_FORMULA
public static final int CELL_TYPE_FORMULA
- See Also:
- Constant Field Values
CELL_TYPE_EMPTY
public static final int CELL_TYPE_EMPTY
- See Also:
- Constant Field Values
CELL_TYPE_BOOLEAN
public static final int CELL_TYPE_BOOLEAN
- See Also:
- Constant Field Values
CELL_TYPE_INTEGER
public static final int CELL_TYPE_INTEGER
- See Also:
- Constant Field Values
CELL_TYPE_FLOAT
public static final int CELL_TYPE_FLOAT
- See Also:
- Constant Field Values
CELL_TYPE_ERROR
public static final int CELL_TYPE_ERROR
- See Also:
- Constant Field Values
CELL_TYPE_STRING
public static final int CELL_TYPE_STRING
- See Also:
- Constant Field Values
CELL_TYPE_CELLRANGE
public static final int CELL_TYPE_CELLRANGE
- See Also:
- Constant Field Values
CELL_TYPE_ARRAY
public static final int CELL_TYPE_ARRAY
- See Also:
- Constant Field Values
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-2010 The Apache Software Foundation. All Rights Reserved.