|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TopiaQuery.Op>
org.nuiton.topia.framework.TopiaQuery.Op
public static enum TopiaQuery.Op
Enum to simmplify using operation in query
| Enum Constant Summary | |
|---|---|
EQ
EQUALS * |
|
GE
GREATER OR EQUALS * |
|
GT
GREATER THAN * |
|
LE
LESS OR EQUALS * |
|
LIKE
LIKE for String manipulation * |
|
LT
LESS THAN * |
|
NEQ
NOT EQUAL * |
|
NOT_NULL
IS NOT NULL * |
|
NULL
IS NULL * |
|
| Field Summary | |
|---|---|
protected java.lang.String |
value
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
static TopiaQuery.Op |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TopiaQuery.Op[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TopiaQuery.Op EQ
public static final TopiaQuery.Op GT
public static final TopiaQuery.Op GE
public static final TopiaQuery.Op LIKE
public static final TopiaQuery.Op LT
public static final TopiaQuery.Op LE
public static final TopiaQuery.Op NOT_NULL
public static final TopiaQuery.Op NULL
public static final TopiaQuery.Op NEQ
| Field Detail |
|---|
protected java.lang.String value
| Method Detail |
|---|
public static TopiaQuery.Op[] values()
for (TopiaQuery.Op c : TopiaQuery.Op.values()) System.out.println(c);
public static TopiaQuery.Op valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<TopiaQuery.Op>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||