Uses of Class
com.c8db.model.TraversalOptions.Strategy
-
Packages that use TraversalOptions.Strategy Package Description com.c8db.model -
-
Uses of TraversalOptions.Strategy in com.c8db.model
Methods in com.c8db.model that return TraversalOptions.Strategy Modifier and Type Method Description TraversalOptions.StrategyTraversalOptions. getStrategy()static TraversalOptions.StrategyTraversalOptions.Strategy. valueOf(String name)Returns the enum constant of this type with the specified name.static TraversalOptions.Strategy[]TraversalOptions.Strategy. 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.Strategy Modifier and Type Method Description TraversalOptionsTraversalOptions. strategy(TraversalOptions.Strategy strategy)
-