Uses of Enum Class
net.opengis.wps20.StatusTypeMember0
Packages that use StatusTypeMember0
-
Uses of StatusTypeMember0 in net.opengis.wps20
Fields in net.opengis.wps20 with type parameters of type StatusTypeMember0Modifier and TypeFieldDescriptionstatic final List<StatusTypeMember0>
StatusTypeMember0.VALUES
A public read-only list of all the 'Status Type Member0' enumerators.Methods in net.opengis.wps20 that return StatusTypeMember0Modifier and TypeMethodDescriptionstatic StatusTypeMember0
StatusTypeMember0.get
(int value) Returns the 'Status Type Member0' literal with the specified integer value.static StatusTypeMember0
Returns the 'Status Type Member0' literal with the specified literal value.static StatusTypeMember0
Returns the 'Status Type Member0' literal with the specified name.static StatusTypeMember0
Returns the enum constant of this class with the specified name.static StatusTypeMember0[]
StatusTypeMember0.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StatusTypeMember0 in net.opengis.wps20.impl
Methods in net.opengis.wps20.impl that return StatusTypeMember0Modifier and TypeMethodDescriptionWps20FactoryImpl.createStatusTypeMember0FromString
(EDataType eDataType, String initialValue) Wps20FactoryImpl.createStatusTypeMember0ObjectFromString
(EDataType eDataType, String initialValue) -
Uses of StatusTypeMember0 in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type StatusTypeMember0Modifier and TypeMethodDescriptionboolean
Wps20Validator.validateStatusTypeMember0
(StatusTypeMember0 statusTypeMember0, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Wps20Validator.validateStatusTypeMember0Object
(StatusTypeMember0 statusTypeMember0Object, DiagnosticChain diagnostics, Map<Object, Object> context)