Uses of Class
net.opengis.wps20.ResponseType
-
Packages that use ResponseType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of ResponseType in net.opengis.wps20
Fields in net.opengis.wps20 with type parameters of type ResponseType Modifier and Type Field Description static List<ResponseType>ResponseType. VALUESA public read-only list of all the 'Response Type' enumerators.Methods in net.opengis.wps20 that return ResponseType Modifier and Type Method Description static ResponseTypeResponseType. get(int value)Returns the 'Response Type' literal with the specified integer value.static ResponseTypeResponseType. get(String literal)Returns the 'Response Type' literal with the specified literal value.static ResponseTypeResponseType. getByName(String name)Returns the 'Response Type' literal with the specified name.ResponseTypeExecuteRequestType. getResponse()Returns the value of the 'Response' attribute.static ResponseTypeResponseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseType[]ResponseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.wps20 with parameters of type ResponseType Modifier and Type Method Description voidExecuteRequestType. 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 ResponseType Modifier and Type Field Description protected ResponseTypeExecuteRequestTypeImpl. responseThe cached value of the 'Response' attribute.protected static ResponseTypeExecuteRequestTypeImpl. RESPONSE_EDEFAULTThe default value of the 'Response' attribute.Methods in net.opengis.wps20.impl that return ResponseType Modifier and Type Method Description ResponseTypeWps20FactoryImpl. createResponseTypeFromString(EDataType eDataType, String initialValue)ResponseTypeWps20FactoryImpl. createResponseTypeObjectFromString(EDataType eDataType, String initialValue)ResponseTypeExecuteRequestTypeImpl. getResponse()Methods in net.opengis.wps20.impl with parameters of type ResponseType Modifier and Type Method Description voidExecuteRequestTypeImpl. setResponse(ResponseType newResponse) -
Uses of ResponseType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ResponseType Modifier and Type Method Description booleanWps20Validator. validateResponseType(ResponseType responseType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanWps20Validator. validateResponseTypeObject(ResponseType responseTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-