Uses of Interface
net.opengis.wps10.ResponseFormType
Packages that use ResponseFormType
Package
Description
-
Uses of ResponseFormType in net.opengis.wps10
Methods in net.opengis.wps10 that return ResponseFormTypeModifier and TypeMethodDescriptionWps10Factory.createResponseFormType()
Returns a new object of class 'Response Form Type'.ExecuteType.getResponseForm()
Returns the value of the 'Response Form' containment reference.Methods in net.opengis.wps10 with parameters of type ResponseFormTypeModifier and TypeMethodDescriptionvoid
ExecuteType.setResponseForm
(ResponseFormType value) Sets the value of the 'Response Form
' containment reference. -
Uses of ResponseFormType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ResponseFormTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Response Form Type'.Fields in net.opengis.wps10.impl declared as ResponseFormTypeModifier and TypeFieldDescriptionprotected ResponseFormType
ExecuteTypeImpl.responseForm
The cached value of the 'Response Form
' containment reference.Methods in net.opengis.wps10.impl that return ResponseFormTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createResponseFormType()
ExecuteTypeImpl.getResponseForm()
Methods in net.opengis.wps10.impl with parameters of type ResponseFormTypeModifier and TypeMethodDescriptionNotificationChain
ExecuteTypeImpl.basicSetResponseForm
(ResponseFormType newResponseForm, NotificationChain msgs) void
ExecuteTypeImpl.setResponseForm
(ResponseFormType newResponseForm) -
Uses of ResponseFormType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ResponseFormTypeModifier and TypeMethodDescriptionWps10Switch.caseResponseFormType
(ResponseFormType object) Returns the result of interpreting the object as an instance of 'Response Form Type'.boolean
Wps10Validator.validateResponseFormType
(ResponseFormType responseFormType, DiagnosticChain diagnostics, Map context) -
Uses of ResponseFormType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ResponseFormTypeModifier and TypeMethodDescriptionboolean
ExecuteTypeValidator.validateResponseForm
(ResponseFormType value)