public final class ComparisonOperator
extends java.lang.Object
For example, "highlight cells that begin with "M2" and contain "Mountain Gear".
Modifier and Type | Field and Description |
---|---|
static byte |
BETWEEN
'Between' operator
|
static byte |
EQUAL
'Equal to' operator
|
static byte |
GE
'Greater than or equal to' operator
|
static byte |
GT
'Greater than' operator
|
static byte |
LE
'Less than or equal to' operator
|
static byte |
LT
'Less than' operator
|
static byte |
NO_COMPARISON |
static byte |
NOT_BETWEEN
'Not between' operator
|
static byte |
NOT_EQUAL
'Not equal to' operator
|
Constructor and Description |
---|
ComparisonOperator() |
public static final byte NO_COMPARISON
public static final byte BETWEEN
public static final byte NOT_BETWEEN
public static final byte EQUAL
public static final byte NOT_EQUAL
public static final byte GT
public static final byte LT
public static final byte GE
public static final byte LE
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.