Uses of Class
org.n52.shetland.ogc.wps.ExecutionMode
-
Packages that use ExecutionMode Package Description org.n52.shetland.ogc.wps org.n52.shetland.ogc.wps.request -
-
Uses of ExecutionMode in org.n52.shetland.ogc.wps
Methods in org.n52.shetland.ogc.wps that return ExecutionMode Modifier and Type Method Description static ExecutionModeExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode. 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 ExecutionMode Modifier and Type Method Description static Optional<ExecutionMode>ExecutionMode. fromString(String string) -
Uses of ExecutionMode in org.n52.shetland.ogc.wps.request
Methods in org.n52.shetland.ogc.wps.request that return ExecutionMode Modifier and Type Method Description ExecutionModeExecuteRequest. getExecutionMode()Methods in org.n52.shetland.ogc.wps.request with parameters of type ExecutionMode Modifier and Type Method Description voidExecuteRequest. setExecutionMode(ExecutionMode executionMode)
-