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