Uses of Enum Class
net.opengis.wps20.ResponseType
Packages that use ResponseType
-
Uses of ResponseType in net.opengis.wps20
Fields in net.opengis.wps20 with type parameters of type ResponseTypeModifier and TypeFieldDescriptionstatic final List<ResponseType>
ResponseType.VALUES
A public read-only list of all the 'Response Type' enumerators.Methods in net.opengis.wps20 that return ResponseTypeModifier and TypeMethodDescriptionstatic ResponseType
ResponseType.get
(int value) Returns the 'Response Type' literal with the specified integer value.static ResponseType
Returns the 'Response Type' literal with the specified literal value.static ResponseType
Returns the 'Response Type' literal with the specified name.ExecuteRequestType.getResponse()
Returns the value of the 'Response' attribute.static ResponseType
Returns the enum constant of this class with the specified name.static ResponseType[]
ResponseType.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 ResponseTypeModifier and TypeMethodDescriptionvoid
ExecuteRequestType.setResponse
(ResponseType value) Sets the value of the 'Response
' attribute. -
Uses of ResponseType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as ResponseTypeModifier and TypeFieldDescriptionprotected ResponseType
ExecuteRequestTypeImpl.response
The cached value of the 'Response
' attribute.protected static final ResponseType
ExecuteRequestTypeImpl.RESPONSE_EDEFAULT
The default value of the 'Response
' attribute.Methods in net.opengis.wps20.impl that return ResponseTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createResponseTypeFromString
(EDataType eDataType, String initialValue) Wps20FactoryImpl.createResponseTypeObjectFromString
(EDataType eDataType, String initialValue) ExecuteRequestTypeImpl.getResponse()
Methods in net.opengis.wps20.impl with parameters of type ResponseTypeModifier and TypeMethodDescriptionvoid
ExecuteRequestTypeImpl.setResponse
(ResponseType newResponse) -
Uses of ResponseType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ResponseTypeModifier and TypeMethodDescriptionboolean
Wps20Validator.validateResponseType
(ResponseType responseType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Wps20Validator.validateResponseTypeObject
(ResponseType responseTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)