Uses of Interface
net.opengis.wps10.ProcessStartedType

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

Uses of ProcessStartedType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return ProcessStartedType
 ProcessStartedType Wps10Factory.createProcessStartedType()
          Returns a new object of class 'Process Started Type'.
 ProcessStartedType StatusType.getProcessPaused()
          Returns the value of the 'Process Paused' containment reference.
 ProcessStartedType StatusType.getProcessStarted()
          Returns the value of the 'Process Started' containment reference.
 

Methods in net.opengis.wps10 with parameters of type ProcessStartedType
 void StatusType.setProcessPaused(ProcessStartedType value)
          Sets the value of the 'Process Paused' containment reference.
 void StatusType.setProcessStarted(ProcessStartedType value)
          Sets the value of the 'Process Started' containment reference.
 

Uses of ProcessStartedType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement ProcessStartedType
 class ProcessStartedTypeImpl
          An implementation of the model object 'Process Started Type'.
 

Fields in net.opengis.wps10.impl declared as ProcessStartedType
protected  ProcessStartedType StatusTypeImpl.processPaused
          The cached value of the 'Process Paused' containment reference.
protected  ProcessStartedType StatusTypeImpl.processStarted
          The cached value of the 'Process Started' containment reference.
 

Methods in net.opengis.wps10.impl that return ProcessStartedType
 ProcessStartedType Wps10FactoryImpl.createProcessStartedType()
           
 ProcessStartedType StatusTypeImpl.getProcessPaused()
           
 ProcessStartedType StatusTypeImpl.getProcessStarted()
           
 

Methods in net.opengis.wps10.impl with parameters of type ProcessStartedType
 org.eclipse.emf.common.notify.NotificationChain StatusTypeImpl.basicSetProcessPaused(ProcessStartedType newProcessPaused, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain StatusTypeImpl.basicSetProcessStarted(ProcessStartedType newProcessStarted, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StatusTypeImpl.setProcessPaused(ProcessStartedType newProcessPaused)
           
 void StatusTypeImpl.setProcessStarted(ProcessStartedType newProcessStarted)
           
 

Uses of ProcessStartedType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type ProcessStartedType
 java.lang.Object Wps10Switch.caseProcessStartedType(ProcessStartedType object)
          Returns the result of interpreting the object as an instance of 'Process Started Type'.
 boolean Wps10Validator.validateProcessStartedType(ProcessStartedType processStartedType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.