|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Expr.Flag>
org.basex.query.expr.Expr.Flag
public static enum Expr.Flag
Flags that influence query compilation.
Enum Constant Summary | |
---|---|
CNS
Creates new fragments. |
|
CTX
Depends on context. |
|
FCS
Focus-dependent. |
|
NDT
Non-deterministic. |
|
UPD
Performs updates. |
|
X30
XQuery 3.0 function. |
Method Summary | |
---|---|
static Expr.Flag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Expr.Flag[] |
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 Expr.Flag CNS
public static final Expr.Flag CTX
public static final Expr.Flag NDT
public static final Expr.Flag FCS
public static final Expr.Flag UPD
public static final Expr.Flag X30
Method Detail |
---|
public static Expr.Flag[] values()
for (Expr.Flag c : Expr.Flag.values()) System.out.println(c);
public static Expr.Flag 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |