Uses of Interface
net.opengis.wps10.ProcessOutputsType1

Packages that use ProcessOutputsType1
net.opengis.wps10   
net.opengis.wps10.impl   
net.opengis.wps10.util   
 

Uses of ProcessOutputsType1 in net.opengis.wps10
 

Methods in net.opengis.wps10 that return ProcessOutputsType1
 ProcessOutputsType1 Wps10Factory.createProcessOutputsType1()
          Returns a new object of class 'Process Outputs Type1'.
 ProcessOutputsType1 ExecuteResponseType.getProcessOutputs()
          Returns the value of the 'Process Outputs' containment reference.
 

Methods in net.opengis.wps10 with parameters of type ProcessOutputsType1
 void ExecuteResponseType.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
 class ProcessOutputsType1Impl
          An implementation of the model object 'Process Outputs Type1'.
 

Fields in net.opengis.wps10.impl declared as ProcessOutputsType1
protected  ProcessOutputsType1 ExecuteResponseTypeImpl.processOutputs
          The cached value of the 'Process Outputs' containment reference.
 

Methods in net.opengis.wps10.impl that return ProcessOutputsType1
 ProcessOutputsType1 Wps10FactoryImpl.createProcessOutputsType1()
           
 ProcessOutputsType1 ExecuteResponseTypeImpl.getProcessOutputs()
           
 

Methods in net.opengis.wps10.impl with parameters of type ProcessOutputsType1
 org.eclipse.emf.common.notify.NotificationChain ExecuteResponseTypeImpl.basicSetProcessOutputs(ProcessOutputsType1 newProcessOutputs, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ExecuteResponseTypeImpl.setProcessOutputs(ProcessOutputsType1 newProcessOutputs)
           
 

Uses of ProcessOutputsType1 in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type ProcessOutputsType1
 java.lang.Object Wps10Switch.caseProcessOutputsType1(ProcessOutputsType1 object)
          Returns the result of interpreting the object as an instance of 'Process Outputs Type1'.
 boolean Wps10Validator.validateProcessOutputsType1(ProcessOutputsType1 processOutputsType1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.