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 ResponseFormTypeWps10Factory. createResponseFormType()Returns a new object of class 'Response Form Type'.ResponseFormTypeExecuteType. 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 voidExecuteType. 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 classResponseFormTypeImplAn implementation of the model object 'Response Form Type'.Fields in net.opengis.wps10.impl declared as ResponseFormType Modifier and Type Field Description protected ResponseFormTypeExecuteTypeImpl. responseFormThe cached value of the 'Response Form' containment reference.Methods in net.opengis.wps10.impl that return ResponseFormType Modifier and Type Method Description ResponseFormTypeWps10FactoryImpl. createResponseFormType()ResponseFormTypeExecuteTypeImpl. getResponseForm()Methods in net.opengis.wps10.impl with parameters of type ResponseFormType Modifier and Type Method Description NotificationChainExecuteTypeImpl. basicSetResponseForm(ResponseFormType newResponseForm, NotificationChain msgs)voidExecuteTypeImpl. 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 ObjectWps10Switch. caseResponseFormType(ResponseFormType object)Returns the result of interpreting the object as an instance of 'Response Form Type'.booleanWps10Validator. 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 booleanExecuteTypeValidator. validateResponseForm(ResponseFormType value)
-