Uses of Interface
net.opengis.wps10.ProcessOutputsType1
-
Packages that use ProcessOutputsType1 Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ProcessOutputsType1 in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessOutputsType1 Modifier and Type Method Description ProcessOutputsType1Wps10Factory. createProcessOutputsType1()Returns a new object of class 'Process Outputs Type1'.ProcessOutputsType1ExecuteResponseType. getProcessOutputs()Returns the value of the 'Process Outputs' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessOutputsType1 Modifier and Type Method Description voidExecuteResponseType. setProcessOutputs(ProcessOutputsType1 value)Sets the value of the 'Process Outputs' containment reference. -
Uses of ProcessOutputsType1 in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ProcessOutputsType1 Modifier and Type Class Description classProcessOutputsType1ImplAn implementation of the model object 'Process Outputs Type1'.Fields in net.opengis.wps10.impl declared as ProcessOutputsType1 Modifier and Type Field Description protected ProcessOutputsType1ExecuteResponseTypeImpl. processOutputsThe cached value of the 'Process Outputs' containment reference.Methods in net.opengis.wps10.impl that return ProcessOutputsType1 Modifier and Type Method Description ProcessOutputsType1Wps10FactoryImpl. createProcessOutputsType1()ProcessOutputsType1ExecuteResponseTypeImpl. getProcessOutputs()Methods in net.opengis.wps10.impl with parameters of type ProcessOutputsType1 Modifier and Type Method Description NotificationChainExecuteResponseTypeImpl. basicSetProcessOutputs(ProcessOutputsType1 newProcessOutputs, NotificationChain msgs)voidExecuteResponseTypeImpl. setProcessOutputs(ProcessOutputsType1 newProcessOutputs) -
Uses of ProcessOutputsType1 in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ProcessOutputsType1 Modifier and Type Method Description ObjectWps10Switch. caseProcessOutputsType1(ProcessOutputsType1 object)Returns the result of interpreting the object as an instance of 'Process Outputs Type1'.booleanWps10Validator. validateProcessOutputsType1(ProcessOutputsType1 processOutputsType1, DiagnosticChain diagnostics, Map context) -
Uses of ProcessOutputsType1 in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ProcessOutputsType1 Modifier and Type Method Description booleanExecuteResponseTypeValidator. validateProcessOutputs(ProcessOutputsType1 value)
-