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 ProcessOutputsTypeWps10Factory. createProcessOutputsType()Returns a new object of class 'Process Outputs Type'.ProcessOutputsTypeProcessDescriptionType. 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 voidProcessDescriptionType. 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 classProcessOutputsTypeImplAn implementation of the model object 'Process Outputs Type'.Fields in net.opengis.wps10.impl declared as ProcessOutputsType Modifier and Type Field Description protected ProcessOutputsTypeProcessDescriptionTypeImpl. processOutputsThe cached value of the 'Process Outputs' containment reference.Methods in net.opengis.wps10.impl that return ProcessOutputsType Modifier and Type Method Description ProcessOutputsTypeWps10FactoryImpl. createProcessOutputsType()ProcessOutputsTypeProcessDescriptionTypeImpl. getProcessOutputs()Methods in net.opengis.wps10.impl with parameters of type ProcessOutputsType Modifier and Type Method Description NotificationChainProcessDescriptionTypeImpl. basicSetProcessOutputs(ProcessOutputsType newProcessOutputs, NotificationChain msgs)voidProcessDescriptionTypeImpl. 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 ObjectWps10Switch. caseProcessOutputsType(ProcessOutputsType object)Returns the result of interpreting the object as an instance of 'Process Outputs Type'.booleanWps10Validator. 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 booleanProcessDescriptionTypeValidator. validateProcessOutputs(ProcessOutputsType value)
-