com.moyosoft.connector.ms.excel
Class CVError

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.CVError

public class CVError
extends AbstractType

See Also:
Serialized Form

Field Summary
static CVError ERR_DIV0
           
static CVError ERR_NA
           
static CVError ERR_NAME
           
static CVError ERR_NULL
           
static CVError ERR_NUM
           
static CVError ERR_REF
           
static CVError ERR_VALUE
           
 
Method Summary
static CVError getById(int pId)
           
 boolean isErrDiv0()
           
 boolean isErrNA()
           
 boolean isErrName()
           
 boolean isErrNull()
           
 boolean isErrNum()
           
 boolean isErrRef()
           
 boolean isErrValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERR_DIV0

public static final CVError ERR_DIV0

ERR_NA

public static final CVError ERR_NA

ERR_NAME

public static final CVError ERR_NAME

ERR_NULL

public static final CVError ERR_NULL

ERR_NUM

public static final CVError ERR_NUM

ERR_REF

public static final CVError ERR_REF

ERR_VALUE

public static final CVError ERR_VALUE
Method Detail

getById

public static CVError getById(int pId)

isErrDiv0

public boolean isErrDiv0()

isErrNA

public boolean isErrNA()

isErrName

public boolean isErrName()

isErrNull

public boolean isErrNull()

isErrNum

public boolean isErrNum()

isErrRef

public boolean isErrRef()

isErrValue

public boolean isErrValue()