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. VALUES
A public read-only list of all the 'Response Type' enumerators.Methods in net.opengis.wps20 that return ResponseType Modifier and Type Method Description static ResponseType
ResponseType. get(int value)
Returns the 'Response Type' literal with the specified integer value.static ResponseType
ResponseType. get(String literal)
Returns the 'Response Type' literal with the specified literal value.static ResponseType
ResponseType. getByName(String name)
Returns the 'Response Type' literal with the specified name.ResponseType
ExecuteRequestType. getResponse()
Returns the value of the 'Response' attribute.static ResponseType
ResponseType. 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 void
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 ResponseType Modifier and Type Field Description protected ResponseType
ExecuteRequestTypeImpl. response
The cached value of the 'Response
' attribute.protected static ResponseType
ExecuteRequestTypeImpl. RESPONSE_EDEFAULT
The default value of the 'Response
' attribute.Methods in net.opengis.wps20.impl that return ResponseType Modifier and Type Method Description ResponseType
Wps20FactoryImpl. createResponseTypeFromString(EDataType eDataType, String initialValue)
ResponseType
Wps20FactoryImpl. createResponseTypeObjectFromString(EDataType eDataType, String initialValue)
ResponseType
ExecuteRequestTypeImpl. getResponse()
Methods in net.opengis.wps20.impl with parameters of type ResponseType Modifier and Type Method Description void
ExecuteRequestTypeImpl. 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 boolean
Wps20Validator. validateResponseType(ResponseType responseType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Wps20Validator. validateResponseTypeObject(ResponseType responseTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-