public static enum Neo4jResponse.ResponseRecord extends Enum<Neo4jResponse.ResponseRecord>
| Modifier and Type | Method and Description |
|---|---|
static Neo4jResponse.ResponseRecord |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Neo4jResponse.ResponseRecord[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Neo4jResponse.ResponseRecord GRAPH
public static final Neo4jResponse.ResponseRecord ROW
public static final Neo4jResponse.ResponseRecord RESULTS
public static final Neo4jResponse.ResponseRecord STATS
public static Neo4jResponse.ResponseRecord[] values()
for (Neo4jResponse.ResponseRecord c : Neo4jResponse.ResponseRecord.values()) System.out.println(c);
public static Neo4jResponse.ResponseRecord 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 © 2015 Neo Technology, Inc.. All rights reserved.