org.apache.poi.hssf.record.constant
Class ErrorConstant

java.lang.Object
  extended by org.apache.poi.hssf.record.constant.ErrorConstant

public class ErrorConstant
extends java.lang.Object

Represents a constant error code value as encoded in a constant values array.

This class is a type-safe wrapper for a 16-bit int value performing a similar job to ErrorEval.

Author:
Josh Micich

Method Summary
 int getErrorCode()
           
static ErrorConstant valueOf(int errorCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getErrorCode

public int getErrorCode()

valueOf

public static ErrorConstant valueOf(int errorCode)


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.