ErrorCellValueType

Inheritance: java.lang.Object

public final class ErrorCellValueType

Represents a cell value which contains an error.

Fields

FieldDescription
BLOCKEDRepresents the value of a cell containing a #BLOCKED!
BUSYRepresents the value of a cell containing a #BUSY!
CALCRepresents the value of a cell containing a #CALC!
CONNECTRepresents the value of a cell containing a #CONNECT!
EXTERNALRepresents the value of a cell containing an #EXTERNAL!
FIELDRepresents the value of a cell containing a #FIELD!
NAMERepresents the value of a cell containing a #NAME?
SPILLRepresents the value of a cell containing a #SPILL!
TIME_OUTRepresents the value of a cell containing a #TIMEOUT!
UNKNOWNRepresents the value of a cell containing a #UNKNOWN!

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BLOCKED

public static final int BLOCKED

Represents the value of a cell containing a #BLOCKED! error.

BUSY

public static final int BUSY

Represents the value of a cell containing a #BUSY! error.

CALC

public static final int CALC

Represents the value of a cell containing a #CALC! error.

CONNECT

public static final int CONNECT

Represents the value of a cell containing a #CONNECT! error.

EXTERNAL

public static final int EXTERNAL

Represents the value of a cell containing an #EXTERNAL! error.

FIELD

public static final int FIELD

Represents the value of a cell containing a #FIELD! error.

NAME

public static final int NAME

Represents the value of a cell containing a #NAME? error.

SPILL

public static final int SPILL

Represents the value of a cell containing a #SPILL! error.

TIME_OUT

public static final int TIME_OUT

Represents the value of a cell containing a #TIMEOUT! error.

UNKNOWN

public static final int UNKNOWN

Represents the value of a cell containing a #UNKNOWN! error.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int