public enum RelationshipChainDirection extends Enum<RelationshipChainDirection>
| Modifier and Type | Method and Description |
|---|---|
RelationshipChainField |
fieldFor(long nodeId,
org.neo4j.kernel.impl.store.record.RelationshipRecord rel) |
static RelationshipChainDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipChainDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationshipChainDirection NEXT
public static final RelationshipChainDirection PREV
public static RelationshipChainDirection[] values()
for (RelationshipChainDirection c : RelationshipChainDirection.values()) System.out.println(c);
public static RelationshipChainDirection 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 RelationshipChainField fieldFor(long nodeId, org.neo4j.kernel.impl.store.record.RelationshipRecord rel)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.