public class Operand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Operand |
AND |
static Operand |
EQUAL |
static Operand |
GREATER_THAN |
static Operand |
GREATER_THAN_OR_EQUAL |
static Operand |
IN |
static Operand |
IS |
static Operand |
IS_NOT |
static Operand |
LESS_THAN |
static Operand |
LESS_THAN_OR_EQUAL |
static Operand |
LIKE |
static Operand |
NOT_EQUAL |
static Operand |
NOT_IN |
static Operand |
NOT_LIKE |
static Operand |
OR |
Constructor and Description |
---|
Operand(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStringWithSpaces() |
java.lang.String |
toString() |
public static final Operand AND
public static final Operand EQUAL
public static final Operand GREATER_THAN
public static final Operand GREATER_THAN_OR_EQUAL
public static final Operand IN
public static final Operand IS
public static final Operand IS_NOT
public static final Operand LESS_THAN
public static final Operand LESS_THAN_OR_EQUAL
public static final Operand LIKE
public static final Operand NOT_EQUAL
public static final Operand NOT_IN
public static final Operand NOT_LIKE
public static final Operand OR