public enum SideSelectorPolicies extends Enum<SideSelectorPolicies> implements SideSelectorPolicy
Enum Constant and Description |
---|
ALTERNATING |
LEVEL |
LEVEL_STOP_DESCENT_ON_RESULT |
Modifier and Type | Method and Description |
---|---|
static SideSelectorPolicies |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SideSelectorPolicies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
create
public static final SideSelectorPolicies LEVEL
public static final SideSelectorPolicies LEVEL_STOP_DESCENT_ON_RESULT
public static final SideSelectorPolicies ALTERNATING
public static SideSelectorPolicies[] values()
for (SideSelectorPolicies c : SideSelectorPolicies.values()) System.out.println(c);
public static SideSelectorPolicies 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 © 2002–2018 The Neo4j Graph Database Project. All rights reserved.