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.VALUESA public read-only list of all the 'Response Type' enumerators.Methods in net.opengis.wps20 that return ResponseTypeModifier and TypeMethodDescriptionstatic ResponseTypeResponseType.get(int value) Returns the 'Response Type' literal with the specified integer value.static ResponseTypeReturns the 'Response Type' literal with the specified literal value.static ResponseTypeReturns the 'Response Type' literal with the specified name.ExecuteRequestType.getResponse()Returns the value of the 'Response' attribute.static ResponseTypeReturns 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 TypeMethodDescriptionvoidExecuteRequestType.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 ResponseTypeExecuteRequestTypeImpl.responseThe cached value of the 'Response' attribute.protected static final ResponseTypeExecuteRequestTypeImpl.RESPONSE_EDEFAULTThe 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 TypeMethodDescriptionvoidExecuteRequestTypeImpl.setResponse(ResponseType newResponse) -
Uses of ResponseType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ResponseTypeModifier and TypeMethodDescriptionbooleanWps20Validator.validateResponseType(ResponseType responseType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanWps20Validator.validateResponseTypeObject(ResponseType responseTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)