|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.persist.query.RelationalOperatorType
Field Summary | |
static RelationalOperatorType |
CONTAINS
Operator for wildcard '%searchstring%'search. |
static RelationalOperatorType |
EQUALS
Operator for '=' relational comparison |
static RelationalOperatorType |
GREATER_THAN
Operator for '>' relational comparison |
static RelationalOperatorType |
IN
Operator IN. |
static RelationalOperatorType |
LIKE
Operator for Wildcard Search (case sensitive). |
static RelationalOperatorType |
LIKE_INSENSITIVE
Operator for Wildcard Search (case insensitive). |
static RelationalOperatorType |
LOWER_THAN
Operator for '<' relational comparison |
static RelationalOperatorType |
NOT_EQUALS
Operator for '<>' relational comparison |
static RelationalOperatorType |
SQL_LIKE
Operator for Wildcard Search (case sensitive). |
static RelationalOperatorType |
STARTS_WITH
Operator for wildcard 'searchstring%' search. |
Method Summary | |
int |
getInstanceId()
|
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static RelationalOperatorType EQUALS
public static RelationalOperatorType LOWER_THAN
public static RelationalOperatorType GREATER_THAN
public static RelationalOperatorType NOT_EQUALS
public static RelationalOperatorType IN
public static RelationalOperatorType CONTAINS
public static RelationalOperatorType STARTS_WITH
public static RelationalOperatorType LIKE
public static RelationalOperatorType LIKE_INSENSITIVE
public static RelationalOperatorType SQL_LIKE
Method Detail |
public java.lang.String toString()
public int getInstanceId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |