Uses of Class
org.n52.shetland.ogc.wps.ResponseMode
-
Packages that use ResponseMode Package Description org.n52.shetland.ogc.wps org.n52.shetland.ogc.wps.request -
-
Uses of ResponseMode in org.n52.shetland.ogc.wps
Methods in org.n52.shetland.ogc.wps that return ResponseMode Modifier and Type Method Description ResponseModeResult. getResponseMode()static ResponseModeResponseMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseMode[]ResponseMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.ogc.wps that return types with arguments of type ResponseMode Modifier and Type Method Description static Optional<ResponseMode>ResponseMode. fromString(String string)Methods in org.n52.shetland.ogc.wps with parameters of type ResponseMode Modifier and Type Method Description voidResult. setResponseMode(ResponseMode responseMode) -
Uses of ResponseMode in org.n52.shetland.ogc.wps.request
Methods in org.n52.shetland.ogc.wps.request that return ResponseMode Modifier and Type Method Description ResponseModeExecuteRequest. getResponseMode()Methods in org.n52.shetland.ogc.wps.request with parameters of type ResponseMode Modifier and Type Method Description voidExecuteRequest. setResponseMode(ResponseMode responseMode)
-