Uses of Interface
net.opengis.wps10.ProcessOutputsType
-
Packages that use ProcessOutputsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ProcessOutputsType in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessOutputsType Modifier and Type Method Description ProcessOutputsType
Wps10Factory. createProcessOutputsType()
Returns a new object of class 'Process Outputs Type'.ProcessOutputsType
ProcessDescriptionType. getProcessOutputs()
Returns the value of the 'Process Outputs' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessOutputsType Modifier and Type Method Description void
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 ProcessOutputsType Modifier and Type Class Description class
ProcessOutputsTypeImpl
An implementation of the model object 'Process Outputs Type'.Fields in net.opengis.wps10.impl declared as ProcessOutputsType Modifier and Type Field Description protected ProcessOutputsType
ProcessDescriptionTypeImpl. processOutputs
The cached value of the 'Process Outputs
' containment reference.Methods in net.opengis.wps10.impl that return ProcessOutputsType Modifier and Type Method Description ProcessOutputsType
Wps10FactoryImpl. createProcessOutputsType()
ProcessOutputsType
ProcessDescriptionTypeImpl. getProcessOutputs()
Methods in net.opengis.wps10.impl with parameters of type ProcessOutputsType Modifier and Type Method Description NotificationChain
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 ProcessOutputsType Modifier and Type Method Description Object
Wps10Switch. 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 ProcessOutputsType Modifier and Type Method Description boolean
ProcessDescriptionTypeValidator. validateProcessOutputs(ProcessOutputsType value)
-