Spring Data Graph

Uses of Class
org.springframework.data.graph.core.Direction

Packages that use Direction
org.springframework.data.graph.core   
 

Uses of Direction in org.springframework.data.graph.core
 

Methods in org.springframework.data.graph.core that return Direction
static Direction Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Direction[] Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Spring Data Graph

Copyright © 2011. All Rights Reserved.