Uses of Interface
net.opengis.wps10.RequestBaseType

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

Uses of RequestBaseType in net.opengis.wps10
 

Subinterfaces of RequestBaseType in net.opengis.wps10
 interface DescribeProcessType
          A representation of the model object 'Describe Process Type'.
 interface ExecuteType
          A representation of the model object 'Execute Type'.
 

Methods in net.opengis.wps10 that return RequestBaseType
 RequestBaseType Wps10Factory.createRequestBaseType()
          Returns a new object of class 'Request Base Type'.
 

Uses of RequestBaseType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement RequestBaseType
 class DescribeProcessTypeImpl
          An implementation of the model object 'Describe Process Type'.
 class ExecuteTypeImpl
          An implementation of the model object 'Execute Type'.
 class RequestBaseTypeImpl
          An implementation of the model object 'Request Base Type'.
 

Methods in net.opengis.wps10.impl that return RequestBaseType
 RequestBaseType Wps10FactoryImpl.createRequestBaseType()
           
 

Uses of RequestBaseType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type RequestBaseType
 java.lang.Object Wps10Switch.caseRequestBaseType(RequestBaseType object)
          Returns the result of interpreting the object as an instance of 'Request Base Type'.
 boolean Wps10Validator.validateRequestBaseType(RequestBaseType requestBaseType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.