Uses of Interface
net.opengis.wps10.ProcessOfferingsType

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

Uses of ProcessOfferingsType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return ProcessOfferingsType
 ProcessOfferingsType Wps10Factory.createProcessOfferingsType()
          Returns a new object of class 'Process Offerings Type'.
 ProcessOfferingsType DocumentRoot.getProcessOfferings()
          Returns the value of the 'Process Offerings' containment reference.
 ProcessOfferingsType WPSCapabilitiesType.getProcessOfferings()
          Returns the value of the 'Process Offerings' containment reference.
 

Methods in net.opengis.wps10 with parameters of type ProcessOfferingsType
 void DocumentRoot.setProcessOfferings(ProcessOfferingsType value)
          Sets the value of the 'Process Offerings' containment reference.
 void WPSCapabilitiesType.setProcessOfferings(ProcessOfferingsType value)
          Sets the value of the 'Process Offerings' containment reference.
 

Uses of ProcessOfferingsType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement ProcessOfferingsType
 class ProcessOfferingsTypeImpl
          An implementation of the model object 'Process Offerings Type'.
 

Fields in net.opengis.wps10.impl declared as ProcessOfferingsType
protected  ProcessOfferingsType WPSCapabilitiesTypeImpl.processOfferings
          The cached value of the 'Process Offerings' containment reference.
 

Methods in net.opengis.wps10.impl that return ProcessOfferingsType
 ProcessOfferingsType Wps10FactoryImpl.createProcessOfferingsType()
           
 ProcessOfferingsType WPSCapabilitiesTypeImpl.getProcessOfferings()
           
 ProcessOfferingsType DocumentRootImpl.getProcessOfferings()
           
 

Methods in net.opengis.wps10.impl with parameters of type ProcessOfferingsType
 org.eclipse.emf.common.notify.NotificationChain WPSCapabilitiesTypeImpl.basicSetProcessOfferings(ProcessOfferingsType newProcessOfferings, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetProcessOfferings(ProcessOfferingsType newProcessOfferings, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void WPSCapabilitiesTypeImpl.setProcessOfferings(ProcessOfferingsType newProcessOfferings)
           
 void DocumentRootImpl.setProcessOfferings(ProcessOfferingsType newProcessOfferings)
           
 

Uses of ProcessOfferingsType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type ProcessOfferingsType
 java.lang.Object Wps10Switch.caseProcessOfferingsType(ProcessOfferingsType object)
          Returns the result of interpreting the object as an instance of 'Process Offerings Type'.
 boolean Wps10Validator.validateProcessOfferingsType(ProcessOfferingsType processOfferingsType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.