jxl.biff.formula
Class FormulaErrorCode

java.lang.Object
  extended byjxl.biff.formula.FormulaErrorCode

public class FormulaErrorCode
extends java.lang.Object

Enumeration for formula error codes


Field Summary
static FormulaErrorCode DIV0
           
static FormulaErrorCode NA
           
static FormulaErrorCode NAME
           
static FormulaErrorCode NULL
           
static FormulaErrorCode NUM
           
static FormulaErrorCode REF
           
static FormulaErrorCode UNKNOWN
           
static FormulaErrorCode VALUE
           
 
Method Summary
 int getCode()
           
 java.lang.String getDescription()
           
static FormulaErrorCode getErrorCode(int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static FormulaErrorCode UNKNOWN

NULL

public static FormulaErrorCode NULL

DIV0

public static FormulaErrorCode DIV0

VALUE

public static FormulaErrorCode VALUE

REF

public static FormulaErrorCode REF

NAME

public static FormulaErrorCode NAME

NUM

public static FormulaErrorCode NUM

NA

public static FormulaErrorCode NA
Method Detail

getCode

public int getCode()

getDescription

public java.lang.String getDescription()

getErrorCode

public static FormulaErrorCode getErrorCode(int code)