Uses of Class
com.c8db.model.TraversalOptions.Direction
-
Packages that use TraversalOptions.Direction Package Description com.c8db.model -
-
Uses of TraversalOptions.Direction in com.c8db.model
Methods in com.c8db.model that return TraversalOptions.Direction Modifier and Type Method Description TraversalOptions.DirectionTraversalOptions. getDirection()static TraversalOptions.DirectionTraversalOptions.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static TraversalOptions.Direction[]TraversalOptions.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.c8db.model with parameters of type TraversalOptions.Direction Modifier and Type Method Description TraversalOptionsTraversalOptions. direction(TraversalOptions.Direction direction)
-