Uses of Interface
net.opengis.wps10.ProcessOutputsType
Packages that use ProcessOutputsType
Package
Description
-
Uses of ProcessOutputsType in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessOutputsTypeModifier and TypeMethodDescriptionWps10Factory.createProcessOutputsType()
Returns a new object of class 'Process Outputs Type'.ProcessDescriptionType.getProcessOutputs()
Returns the value of the 'Process Outputs' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessOutputsTypeModifier and TypeMethodDescriptionvoid
ProcessDescriptionType.setProcessOutputs
(ProcessOutputsType value) Sets the value of the 'Process Outputs
' containment reference. -
Uses of ProcessOutputsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ProcessOutputsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Process Outputs Type'.Fields in net.opengis.wps10.impl declared as ProcessOutputsTypeModifier and TypeFieldDescriptionprotected ProcessOutputsType
ProcessDescriptionTypeImpl.processOutputs
The cached value of the 'Process Outputs
' containment reference.Methods in net.opengis.wps10.impl that return ProcessOutputsTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createProcessOutputsType()
ProcessDescriptionTypeImpl.getProcessOutputs()
Methods in net.opengis.wps10.impl with parameters of type ProcessOutputsTypeModifier and TypeMethodDescriptionNotificationChain
ProcessDescriptionTypeImpl.basicSetProcessOutputs
(ProcessOutputsType newProcessOutputs, NotificationChain msgs) void
ProcessDescriptionTypeImpl.setProcessOutputs
(ProcessOutputsType newProcessOutputs) -
Uses of ProcessOutputsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ProcessOutputsTypeModifier and TypeMethodDescriptionWps10Switch.caseProcessOutputsType
(ProcessOutputsType object) Returns the result of interpreting the object as an instance of 'Process Outputs Type'.boolean
Wps10Validator.validateProcessOutputsType
(ProcessOutputsType processOutputsType, DiagnosticChain diagnostics, Map context) -
Uses of ProcessOutputsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ProcessOutputsTypeModifier and TypeMethodDescriptionboolean
ProcessDescriptionTypeValidator.validateProcessOutputs
(ProcessOutputsType value)