public static enum Status.LegacyIndex extends Enum<Status.LegacyIndex> implements Status
Status.Classification, Status.Cluster, Status.Code, Status.General, Status.HasStatus, Status.LegacyIndex, Status.Network, Status.Procedure, Status.Request, Status.Schema, Status.Security, Status.Statement, Status.Transaction| Enum Constant and Description |
|---|
LegacyIndexNotFound |
| Modifier and Type | Method and Description |
|---|---|
Status.Code |
code() |
static Status.LegacyIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.LegacyIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfstatusCodeOfpublic static final Status.LegacyIndex LegacyIndexNotFound
public static Status.LegacyIndex[] values()
for (Status.LegacyIndex c : Status.LegacyIndex.values()) System.out.println(c);
public static Status.LegacyIndex 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 nullpublic Status.Code code()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.