OperatorType
Inheritance: java.lang.Object
public final class OperatorType
Represents the operator type of conditional format and data validation.
Fields
Field | Description |
---|---|
BETWEEN | Represents Between operator of conditional format and data validation. |
EQUAL | Represents Equal operator of conditional format and data validation. |
GREATER_OR_EQUAL | Represents GreaterOrEqual operator of conditional format and data validation. |
GREATER_THAN | Represents GreaterThan operator of conditional format and data validation. |
LESS_OR_EQUAL | Represents LessOrEqual operator of conditional format and data validation. |
LESS_THAN | Represents LessThan operator of conditional format and data validation. |
NONE | Represents no comparison. |
NOT_BETWEEN | Represents NotBetween operator of conditional format and data validation. |
NOT_EQUAL | Represents NotEqual operator of conditional format and data validation. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
BETWEEN
public static final int BETWEEN
Represents Between operator of conditional format and data validation.
EQUAL
public static final int EQUAL
Represents Equal operator of conditional format and data validation.
GREATER_OR_EQUAL
public static final int GREATER_OR_EQUAL
Represents GreaterOrEqual operator of conditional format and data validation.
GREATER_THAN
public static final int GREATER_THAN
Represents GreaterThan operator of conditional format and data validation.
LESS_OR_EQUAL
public static final int LESS_OR_EQUAL
Represents LessOrEqual operator of conditional format and data validation.
LESS_THAN
public static final int LESS_THAN
Represents LessThan operator of conditional format and data validation.
NONE
public static final int NONE
Represents no comparison.
NOT_BETWEEN
public static final int NOT_BETWEEN
Represents NotBetween operator of conditional format and data validation.
NOT_EQUAL
public static final int NOT_EQUAL
Represents NotEqual operator of conditional format and data validation.
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 |