| Modifier and Type | Method and Description |
|---|---|
static Neo4jDirection |
Neo4jDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Neo4jDirection[] |
Neo4jDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Neo4jNode.degree(Neo4jDirection direction,
String type) |
Iterable<Neo4jRelationship> |
Neo4jNode.relationships(Neo4jDirection direction,
String... types) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.