public class Comparisons
extends java.lang.Object
SimpleColumnFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
BETWEEN
Operator representing "lies between the given range of values".
|
static java.lang.Integer |
EQUAL
Operator representing "is equal to the given value".
|
static java.lang.Integer |
GREATER_THAN
Operator representing "is greater than the given value".
|
static java.lang.Integer |
GREATER_THAN_OR_EQUALS
Operator representing "is greater than or equal to the given value".
|
static java.lang.Integer |
IN
Operator representing "exists in the given array of values".
|
static java.lang.Integer |
LESS_THAN
Operator representing "is less than the given value".
|
static java.lang.Integer |
LESS_THAN_OR_EQUALS
Operator representing "is less than or equal to the given value".
|
static java.lang.Integer |
LIKE
Operator representing "is a substring of another String".
|
static java.lang.Integer |
NOT_BETWEEN
Operator representing "does not lie between the given range of values".
|
static java.lang.Integer |
NOT_EQUAL
Operator representing "is not equal to the given value".
|
static java.lang.Integer |
NOT_IN
Operator representing "does not exist in the given array of values".
|
static java.lang.Integer |
NOT_LIKE
Operator representing "is not a substring of another String".
|
Constructor and Description |
---|
Comparisons() |
public static java.lang.Integer GREATER_THAN
public static final java.lang.Integer LESS_THAN
public static final java.lang.Integer GREATER_THAN_OR_EQUALS
public static final java.lang.Integer LESS_THAN_OR_EQUALS
public static final java.lang.Integer EQUAL
public static java.lang.Integer NOT_EQUAL
public static final java.lang.Integer IN
public static java.lang.Integer NOT_IN
public static java.lang.Integer BETWEEN
public static java.lang.Integer NOT_BETWEEN
public static final java.lang.Integer LIKE
public static java.lang.Integer NOT_LIKE
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.