Uses of Enum Class
de.espirit.firstspirit.access.search.Request.Mode
Packages that use Request.Mode
-
Uses of Request.Mode in de.espirit.firstspirit.access.search
Methods in de.espirit.firstspirit.access.search that return Request.ModeModifier and TypeMethodDescriptionRequest.getMode()Provides the mode for matching.static Request.ModeReturns the enum constant of this class with the specified name.static Request.Mode[]Request.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.search with parameters of type Request.ModeModifier and TypeMethodDescriptionvoidRequest.setMode(Request.Mode mode) Sets the mode for matching.