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