Uses of Enum Class
de.turnertech.ows.parameter.WfsRequestParameter
Packages that use WfsRequestParameter
-
Uses of WfsRequestParameter in de.turnertech.ows.parameter
Methods in de.turnertech.ows.parameter that return WfsRequestParameterModifier and TypeMethodDescriptionstatic WfsRequestParameter
Returns the enum constant of this class with the specified name.static WfsRequestParameter
WfsRequestParameter.valueOfIgnoreCase
(String parameter) static WfsRequestParameter[]
WfsRequestParameter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.turnertech.ows.parameter with parameters of type WfsRequestParameterModifier and TypeMethodDescriptionWfsRequestParameter.findValue
(jakarta.servlet.http.HttpServletRequest request, WfsRequestParameter parameter) Helper function for finding the value of a parameter in a request.