public static enum IndexHintNode.HintScope extends java.lang.Enum<IndexHintNode.HintScope>
Modifier and Type | Method and Description |
---|---|
static IndexHintNode.HintScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexHintNode.HintScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexHintNode.HintScope JOIN
public static final IndexHintNode.HintScope ORDER_BY
public static final IndexHintNode.HintScope GROUP_BY
public static IndexHintNode.HintScope[] values()
for (IndexHintNode.HintScope c : IndexHintNode.HintScope.values()) System.out.println(c);
public static IndexHintNode.HintScope 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 namejava.lang.NullPointerException
- if the argument is nullCopyright © 2013. All Rights Reserved.