public static enum UsageDataKeys.OperationalMode extends Enum<UsageDataKeys.OperationalMode>
Modifier and Type | Method and Description |
---|---|
static UsageDataKeys.OperationalMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageDataKeys.OperationalMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UsageDataKeys.OperationalMode unknown
public static final UsageDataKeys.OperationalMode single
public static final UsageDataKeys.OperationalMode ha
public static UsageDataKeys.OperationalMode[] values()
for (UsageDataKeys.OperationalMode c : UsageDataKeys.OperationalMode.values()) System.out.println(c);
public static UsageDataKeys.OperationalMode 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–2015 The Neo4j Graph Database Project. All rights reserved.