public class FilterOperatorType
Field Summary | ||
---|---|---|
static final int | LESS_OR_EQUAL | |
Represents LessOrEqual operator.
|
||
static final int | LESS_THAN | |
Represents LessThan operator.
|
||
static final int | EQUAL | |
Represents Equal operator.
|
||
static final int | GREATER_THAN | |
Represents GreaterThan operator.
|
||
static final int | NOT_EQUAL | |
Represents NotEqual operator.
|
||
static final int | GREATER_OR_EQUAL | |
Represents GreaterOrEqual operator.
|
||
static final int | NONE | |
Represents no comparision.
|
||
static final int | BEGINS_WITH | |
Begins with the text.
|
||
static final int | ENDS_WITH | |
Ends with the text.
|
||
static final int | CONTAINS | |
Contains the text.
|
||
static final int | NOT_CONTAINS | |
Doese not contains the text.
|
public static final int LESS_OR_EQUAL
public static final int LESS_THAN
public static final int EQUAL
public static final int GREATER_THAN
public static final int NOT_EQUAL
public static final int GREATER_OR_EQUAL
public static final int NONE
public static final int BEGINS_WITH
public static final int ENDS_WITH
public static final int CONTAINS
public static final int NOT_CONTAINS