Uses of Class
org.neo4j.server.rest.domain.RelationshipDirection

Packages that use RelationshipDirection
org.neo4j.server.rest.domain   
 

Uses of RelationshipDirection in org.neo4j.server.rest.domain
 

Methods in org.neo4j.server.rest.domain that return RelationshipDirection
static RelationshipDirection RelationshipDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RelationshipDirection[] RelationshipDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.