Uses of Interface
net.opengis.wps10.ResponseFormType
-
Packages that use ResponseFormType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ResponseFormType in net.opengis.wps10
Methods in net.opengis.wps10 that return ResponseFormType Modifier and Type Method Description ResponseFormType
Wps10Factory. createResponseFormType()
Returns a new object of class 'Response Form Type'.ResponseFormType
ExecuteType. getResponseForm()
Returns the value of the 'Response Form' containment reference.Methods in net.opengis.wps10 with parameters of type ResponseFormType Modifier and Type Method Description void
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 ResponseFormType Modifier and Type Class Description class
ResponseFormTypeImpl
An implementation of the model object 'Response Form Type'.Fields in net.opengis.wps10.impl declared as ResponseFormType Modifier and Type Field Description protected ResponseFormType
ExecuteTypeImpl. responseForm
The cached value of the 'Response Form
' containment reference.Methods in net.opengis.wps10.impl that return ResponseFormType Modifier and Type Method Description ResponseFormType
Wps10FactoryImpl. createResponseFormType()
ResponseFormType
ExecuteTypeImpl. getResponseForm()
Methods in net.opengis.wps10.impl with parameters of type ResponseFormType Modifier and Type Method Description NotificationChain
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 ResponseFormType Modifier and Type Method Description Object
Wps10Switch. 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 ResponseFormType Modifier and Type Method Description boolean
ExecuteTypeValidator. validateResponseForm(ResponseFormType value)
-