Uses of Enum Class
org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
Packages that use ExecutionMode
Package
Description
This package includes miscellaneous utility classes to support testing.
-
Uses of ExecutionMode in org.opengis.cite.ogcapiprocesses10.util
Methods in org.opengis.cite.ogcapiprocesses10.util that return ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionMode
ExecutionMode.fromString
(String type) fromString.static ExecutionMode
Returns the enum constant of this class with the specified name.static ExecutionMode[]
ExecutionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opengis.cite.ogcapiprocesses10.util with parameters of type ExecutionModeModifier and TypeMethodDescriptionstatic String
ExecutionMode.toString
(ExecutionMode type) toString.