ErrorCellValueType
Inheritance: java.lang.Object
public final class ErrorCellValueType
Represents a cell value which contains an error.
Fields
Field | Description |
---|---|
BLOCKED | Represents the value of a cell containing a #BLOCKED! |
BUSY | Represents the value of a cell containing a #BUSY! |
CALC | Represents the value of a cell containing a #CALC! |
CONNECT | Represents the value of a cell containing a #CONNECT! |
EXTERNAL | Represents the value of a cell containing an #EXTERNAL! |
FIELD | Represents the value of a cell containing a #FIELD! |
NAME | Represents the value of a cell containing a #NAME? |
SPILL | Represents the value of a cell containing a #SPILL! |
TIME_OUT | Represents the value of a cell containing a #TIMEOUT! |
UNKNOWN | Represents the value of a cell containing a #UNKNOWN! |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |