public static enum IndexHintNode.HintScope extends Enum<IndexHintNode.HintScope>
| Modifier and Type | Method and Description |
|---|---|
static IndexHintNode.HintScope |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 FoundationDB, LLC. All rights reserved.