Save This Page
Home » jexcelapi_2_6_8 » jxl.biff.formula » [javadoc | source]
jxl.biff.formula
public class: FormulaErrorCode [javadoc | source]
java.lang.Object
   jxl.biff.formula.FormulaErrorCode
Enumeration for formula error codes
Field Summary
public static final  FormulaErrorCode UNKNOWN     
public static final  FormulaErrorCode NULL     
public static final  FormulaErrorCode DIV0     
public static final  FormulaErrorCode VALUE     
public static final  FormulaErrorCode REF     
public static final  FormulaErrorCode NAME     
public static final  FormulaErrorCode NUM     
public static final  FormulaErrorCode NA     
Constructor:
 FormulaErrorCode(int code,
    String desc) 
    Constructor
    Parameters:
    code - the code
    desc - the description
Method from jxl.biff.formula.FormulaErrorCode Summary:
getCode,   getDescription,   getErrorCode,   getErrorCode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.formula.FormulaErrorCode Detail:
 public int getCode() 
    Accessor for the code
 public String getDescription() 
    Accessor for the description
 public static FormulaErrorCode getErrorCode(int code) 
    Gets the error type given just the code
 public static FormulaErrorCode getErrorCode(String code) 
    Gets the error type given the string value