Uses of Interface
net.opengis.wps10.ExecuteType

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

Uses of ExecuteType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return ExecuteType
 ExecuteType Wps10Factory.createExecuteType()
          Returns a new object of class 'Execute Type'.
 ExecuteType DocumentRoot.getExecute()
          Returns the value of the 'Execute' containment reference.
 

Methods in net.opengis.wps10 with parameters of type ExecuteType
 void DocumentRoot.setExecute(ExecuteType value)
          Sets the value of the 'Execute' containment reference.
 

Uses of ExecuteType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement ExecuteType
 class ExecuteTypeImpl
          An implementation of the model object 'Execute Type'.
 

Methods in net.opengis.wps10.impl that return ExecuteType
 ExecuteType Wps10FactoryImpl.createExecuteType()
           
 ExecuteType DocumentRootImpl.getExecute()
           
 

Methods in net.opengis.wps10.impl with parameters of type ExecuteType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetExecute(ExecuteType newExecute, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setExecute(ExecuteType newExecute)
           
 

Uses of ExecuteType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type ExecuteType
 java.lang.Object Wps10Switch.caseExecuteType(ExecuteType object)
          Returns the result of interpreting the object as an instance of 'Execute Type'.
 boolean Wps10Validator.validateExecuteType(ExecuteType executeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.