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