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 TypeMethodDescriptionvoid
ExecuteResponseType.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 TypeClassDescriptionclass
An implementation of the model object 'Output Definitions Type'.Fields in net.opengis.wps10.impl declared as OutputDefinitionsTypeModifier and TypeFieldDescriptionprotected OutputDefinitionsType
ExecuteResponseTypeImpl.outputDefinitions
The 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 TypeMethodDescriptionNotificationChain
ExecuteResponseTypeImpl.basicSetOutputDefinitions
(OutputDefinitionsType newOutputDefinitions, NotificationChain msgs) void
ExecuteResponseTypeImpl.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'.boolean
Wps10Validator.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 TypeMethodDescriptionboolean
ExecuteResponseTypeValidator.validateOutputDefinitions
(OutputDefinitionsType value)