Uses of Interface
net.opengis.wps10.ProcessOutputsType

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

Uses of ProcessOutputsType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return ProcessOutputsType
 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
 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
 class ProcessOutputsTypeImpl
          An implementation of the model object 'Process Outputs Type'.
 

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

Methods in net.opengis.wps10.impl that return ProcessOutputsType
 ProcessOutputsType Wps10FactoryImpl.createProcessOutputsType()
           
 ProcessOutputsType ProcessDescriptionTypeImpl.getProcessOutputs()
           
 

Methods in net.opengis.wps10.impl with parameters of type ProcessOutputsType
 org.eclipse.emf.common.notify.NotificationChain ProcessDescriptionTypeImpl.basicSetProcessOutputs(ProcessOutputsType newProcessOutputs, org.eclipse.emf.common.notify.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
 java.lang.Object Wps10Switch.caseProcessOutputsType(ProcessOutputsType object)
          Returns the result of interpreting the object as an instance of 'Process Outputs Type'.
 boolean Wps10Validator.validateProcessOutputsType(ProcessOutputsType processOutputsType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.