Uses of Interface
net.opengis.wps10.ExecuteResponseType
-
Packages that use ExecuteResponseType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ExecuteResponseType in net.opengis.wps10
Methods in net.opengis.wps10 that return ExecuteResponseType Modifier and Type Method Description ExecuteResponseTypeWps10Factory. createExecuteResponseType()Returns a new object of class 'Execute Response Type'.ExecuteResponseTypeDocumentRoot. getExecuteResponse()Returns the value of the 'Execute Response' containment reference.Methods in net.opengis.wps10 with parameters of type ExecuteResponseType Modifier and Type Method Description voidDocumentRoot. setExecuteResponse(ExecuteResponseType value)Sets the value of the 'Execute Response' containment reference. -
Uses of ExecuteResponseType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ExecuteResponseType Modifier and Type Class Description classExecuteResponseTypeImplAn implementation of the model object 'Execute Response Type'.Methods in net.opengis.wps10.impl that return ExecuteResponseType Modifier and Type Method Description ExecuteResponseTypeWps10FactoryImpl. createExecuteResponseType()ExecuteResponseTypeDocumentRootImpl. getExecuteResponse()Methods in net.opengis.wps10.impl with parameters of type ExecuteResponseType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetExecuteResponse(ExecuteResponseType newExecuteResponse, NotificationChain msgs)voidDocumentRootImpl. setExecuteResponse(ExecuteResponseType newExecuteResponse) -
Uses of ExecuteResponseType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ExecuteResponseType Modifier and Type Method Description ObjectWps10Switch. caseExecuteResponseType(ExecuteResponseType object)Returns the result of interpreting the object as an instance of 'Execute Response Type'.booleanWps10Validator. validateExecuteResponseType(ExecuteResponseType executeResponseType, DiagnosticChain diagnostics, Map context) -
Uses of ExecuteResponseType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ExecuteResponseType Modifier and Type Method Description booleanDocumentRootValidator. validateExecuteResponse(ExecuteResponseType value)
-