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