|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<JoinFlag.Position>
com.mysema.query.JoinFlag.Position
public static enum JoinFlag.Position
| Enum Constant Summary | |
|---|---|
BEFORE_CONDITION
before the join condition |
|
BEFORE_TARGET
before the join target |
|
END
after the join |
|
OVERRIDE
as a replacement for the join symbol |
|
START
before the join |
|
| Method Summary | |
|---|---|
static JoinFlag.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JoinFlag.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 JoinFlag.Position START
public static final JoinFlag.Position OVERRIDE
public static final JoinFlag.Position BEFORE_TARGET
public static final JoinFlag.Position BEFORE_CONDITION
public static final JoinFlag.Position END
| Method Detail |
|---|
public static JoinFlag.Position[] values()
for (JoinFlag.Position c : JoinFlag.Position.values()) System.out.println(c);
public static JoinFlag.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 | |||||||||