| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<QueryFlag.Position>
com.mysema.query.QueryFlag.Position
public static enum QueryFlag.Position
| Enum Constant Summary | |
|---|---|
AFTER_FILTERS
After the filter conditions (where)  | 
|
AFTER_GROUP_BY
After group by  | 
|
AFTER_HAVING
After having  | 
|
AFTER_ORDER
After order (by)  | 
|
AFTER_PROJECTION
After the projection (after select ...)  | 
|
AFTER_SELECT
After the first element (after select)  | 
|
BEFORE_FILTERS
Before the filter conditions (where)  | 
|
BEFORE_GROUP_BY
Before group by  | 
|
BEFORE_HAVING
Before having  | 
|
BEFORE_ORDER
Before order (by)  | 
|
END
After all other tokens  | 
|
START
Start of the query  | 
|
START_OVERRIDE
Override for the first element (e.g SELECT, INSERT)  | 
|
| Method Summary | |
|---|---|
static QueryFlag.Position | 
valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static QueryFlag.Position[] | 
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, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final QueryFlag.Position START
public static final QueryFlag.Position START_OVERRIDE
public static final QueryFlag.Position AFTER_SELECT
public static final QueryFlag.Position AFTER_PROJECTION
public static final QueryFlag.Position BEFORE_FILTERS
public static final QueryFlag.Position AFTER_FILTERS
public static final QueryFlag.Position BEFORE_GROUP_BY
public static final QueryFlag.Position AFTER_GROUP_BY
public static final QueryFlag.Position BEFORE_HAVING
public static final QueryFlag.Position AFTER_HAVING
public static final QueryFlag.Position BEFORE_ORDER
public static final QueryFlag.Position AFTER_ORDER
public static final QueryFlag.Position END
| Method Detail | 
|---|
public static QueryFlag.Position[] values()
for (QueryFlag.Position c : QueryFlag.Position.values()) System.out.println(c);
public static QueryFlag.Position valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||