Uses of Interface
net.opengis.wps10.OutputDefinitionsType
Packages that use OutputDefinitionsType
Package
Description
-
Uses of OutputDefinitionsType in net.opengis.wps10
Methods in net.opengis.wps10 that return OutputDefinitionsTypeModifier and TypeMethodDescriptionWps10Factory.createOutputDefinitionsType()Returns a new object of class 'Output Definitions Type'.ExecuteResponseType.getOutputDefinitions()Returns the value of the 'Output Definitions' containment reference.Methods in net.opengis.wps10 with parameters of type OutputDefinitionsTypeModifier and TypeMethodDescriptionvoidExecuteResponseType.setOutputDefinitions(OutputDefinitionsType value) Sets the value of the 'Output Definitions' containment reference. -
Uses of OutputDefinitionsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement OutputDefinitionsTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Output Definitions Type'.Fields in net.opengis.wps10.impl declared as OutputDefinitionsTypeModifier and TypeFieldDescriptionprotected OutputDefinitionsTypeExecuteResponseTypeImpl.outputDefinitionsThe cached value of the 'Output Definitions' containment reference.Methods in net.opengis.wps10.impl that return OutputDefinitionsTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createOutputDefinitionsType()ExecuteResponseTypeImpl.getOutputDefinitions()Methods in net.opengis.wps10.impl with parameters of type OutputDefinitionsTypeModifier and TypeMethodDescriptionNotificationChainExecuteResponseTypeImpl.basicSetOutputDefinitions(OutputDefinitionsType newOutputDefinitions, NotificationChain msgs) voidExecuteResponseTypeImpl.setOutputDefinitions(OutputDefinitionsType newOutputDefinitions) -
Uses of OutputDefinitionsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type OutputDefinitionsTypeModifier and TypeMethodDescriptionWps10Switch.caseOutputDefinitionsType(OutputDefinitionsType object) Returns the result of interpreting the object as an instance of 'Output Definitions Type'.booleanWps10Validator.validateOutputDefinitionsType(OutputDefinitionsType outputDefinitionsType, DiagnosticChain diagnostics, Map context) -
Uses of OutputDefinitionsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type OutputDefinitionsTypeModifier and TypeMethodDescriptionbooleanExecuteResponseTypeValidator.validateOutputDefinitions(OutputDefinitionsType value)