public static enum Status.Transaction extends Enum<Status.Transaction> implements Status
Status.Classification, Status.Code, Status.General, Status.Network, Status.Request, Status.Schema, Status.Statement, Status.Transaction| Enum Constant and Description |
|---|
ConcurrentRequest |
CouldNotBegin |
CouldNotCommit |
CouldNotRollback |
UnknownId |
| Modifier and Type | Method and Description |
|---|---|
Status.Code |
code() |
static Status.Transaction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.Transaction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Status.Transaction UnknownId
public static final Status.Transaction ConcurrentRequest
public static final Status.Transaction CouldNotBegin
public static final Status.Transaction CouldNotRollback
public static final Status.Transaction CouldNotCommit
public static Status.Transaction[] values()
for (Status.Transaction c : Status.Transaction.values()) System.out.println(c);
public static Status.Transaction 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–2013 The Neo4j Graph Database Project. All rights reserved.