Uses of Enum Class
de.turnertech.ows.parameter.OwsServiceValue
Packages that use OwsServiceValue
-
Uses of OwsServiceValue in de.turnertech.ows.common
Methods in de.turnertech.ows.common that return OwsServiceValueModifier and TypeMethodDescriptionOwsRequestContext.getOwsService()
WfsCapabilities.getServiceType()
Methods in de.turnertech.ows.common with parameters of type OwsServiceValueModifier and TypeMethodDescriptionvoid
OwsRequestContext.setOwsService
(OwsServiceValue owsService) -
Uses of OwsServiceValue in de.turnertech.ows.parameter
Methods in de.turnertech.ows.parameter that return OwsServiceValueModifier and TypeMethodDescriptionstatic OwsServiceValue
Returns the enum constant of this class with the specified name.static OwsServiceValue
OwsServiceValue.valueOfIgnoreCase
(String parameter) static OwsServiceValue[]
OwsServiceValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.