jxl

Class CellType


public final class CellType
extends java.lang.Object

An enumeration type listing the available content types for a cell

Field Summary

static CellType
BOOLEAN
static CellType
BOOLEAN_FORMULA
static CellType
DATE
static CellType
DATE_FORMULA
static CellType
EMPTY
static CellType
ERROR
static CellType
FORMULA_ERROR
static CellType
LABEL
static CellType
NUMBER
static CellType
NUMBER_FORMULA
static CellType
STRING_FORMULA

Method Summary

String
toString()
Returns a string description of this cell

Field Details

BOOLEAN

public static final CellType BOOLEAN

BOOLEAN_FORMULA

public static final CellType BOOLEAN_FORMULA

DATE

public static final CellType DATE

DATE_FORMULA

public static final CellType DATE_FORMULA

EMPTY

public static final CellType EMPTY

ERROR

public static final CellType ERROR

FORMULA_ERROR

public static final CellType FORMULA_ERROR

LABEL

public static final CellType LABEL

NUMBER

public static final CellType NUMBER

NUMBER_FORMULA

public static final CellType NUMBER_FORMULA

STRING_FORMULA

public static final CellType STRING_FORMULA

Method Details

toString

public String toString()
Returns a string description of this cell
Returns:
the string description for this type