public static enum TraversalOptions.ItemOrder extends Enum<TraversalOptions.ItemOrder>
Modifier and Type | Method and Description |
---|---|
static TraversalOptions.ItemOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraversalOptions.ItemOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraversalOptions.ItemOrder forward
public static final TraversalOptions.ItemOrder backward
public static TraversalOptions.ItemOrder[] values()
for (TraversalOptions.ItemOrder c : TraversalOptions.ItemOrder.values()) System.out.println(c);
public static TraversalOptions.ItemOrder 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 © 2016–2017 ArangoDB GmbH. All rights reserved.