Uses of Enum Class
net.opengis.wps20.ModeType
Packages that use ModeType
-
Uses of ModeType in net.opengis.wps20
Fields in net.opengis.wps20 with type parameters of type ModeTypeModifier and TypeFieldDescriptionModeType.VALUES
A public read-only list of all the 'Mode Type' enumerators.Methods in net.opengis.wps20 that return ModeTypeModifier and TypeMethodDescriptionstatic ModeType
ModeType.get
(int value) Returns the 'Mode Type' literal with the specified integer value.static ModeType
Returns the 'Mode Type' literal with the specified literal value.static ModeType
Returns the 'Mode Type' literal with the specified name.ExecuteRequestType.getMode()
Returns the value of the 'Mode' attribute.static ModeType
Returns the enum constant of this class with the specified name.static ModeType[]
ModeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.wps20 with parameters of type ModeType -
Uses of ModeType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as ModeTypeModifier and TypeFieldDescriptionprotected ModeType
ExecuteRequestTypeImpl.mode
The cached value of the 'Mode
' attribute.protected static final ModeType
ExecuteRequestTypeImpl.MODE_EDEFAULT
The default value of the 'Mode
' attribute.Methods in net.opengis.wps20.impl that return ModeTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createModeTypeFromString
(EDataType eDataType, String initialValue) Wps20FactoryImpl.createModeTypeObjectFromString
(EDataType eDataType, String initialValue) ExecuteRequestTypeImpl.getMode()
Methods in net.opengis.wps20.impl with parameters of type ModeType -
Uses of ModeType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ModeTypeModifier and TypeMethodDescriptionboolean
Wps20Validator.validateModeType
(ModeType modeType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Wps20Validator.validateModeTypeObject
(ModeType modeTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)