|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.omnipilot.lassopro.LassoOperators
Operator constants used throughout LJAPI
Field Summary | |
static int |
OP_AND
Logical operator AND |
static int |
OP_ANY
Specified by -Random database action |
static int |
OP_BEGINS_WITH
Field search operator BW |
static int |
OP_CONTAINS
Field search operator CN |
static int |
OP_DEFAULT
Same as OP_BEGINS_WITH |
static int |
OP_ENDS_WITH
Field search operator EW |
static int |
OP_EQUALS
Field search operator EQ |
static int |
OP_GREATER_THAN
Field search operator GT |
static int |
OP_GREATER_THAN_EQUALS
Field search operator GTE |
static int |
OP_IN_FULL_TEXT
Field search operator FT |
static int |
OP_IN_LIST
Field search operator IN |
static int |
OP_IN_REGEXP
Field search operator RX |
static int |
OP_LESS_THAN
Field search operator LT |
static int |
OP_LESS_THAN_EQUALS
Field search operator LTE |
static int |
OP_NO
Same as OP_NOT |
static int |
OP_NOT
Logical operator NOT |
static int |
OP_NOT_BEGINS_WITH
|
static int |
OP_NOT_CONTAINS
|
static int |
OP_NOT_ENDS_WITH
|
static int |
OP_NOT_EQUALS
Same as OP_NOT |
static int |
OP_NOT_IN_LIST
|
static int |
OP_NOT_IN_REGEXP
Field search operator NRX |
static int |
OP_OR
Logical operator OR |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int OP_GREATER_THAN
public static final int OP_GREATER_THAN_EQUALS
public static final int OP_EQUALS
public static final int OP_LESS_THAN
public static final int OP_LESS_THAN_EQUALS
public static final int OP_BEGINS_WITH
public static final int OP_ENDS_WITH
public static final int OP_CONTAINS
public static final int OP_NOT_CONTAINS
public static final int OP_NOT_BEGINS_WITH
public static final int OP_NOT_ENDS_WITH
public static final int OP_AND
public static final int OP_OR
public static final int OP_NOT
public static final int OP_NO
OP_NOT
public static final int OP_ANY
public static final int OP_IN_LIST
public static final int OP_NOT_IN_LIST
public static final int OP_IN_FULL_TEXT
public static final int OP_IN_REGEXP
public static final int OP_NOT_IN_REGEXP
public static final int OP_NOT_EQUALS
OP_NOT
public static final int OP_DEFAULT
OP_BEGINS_WITH
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |