Uses of Interface
net.opengis.wps10.ProcessFailedType

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

Uses of ProcessFailedType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return ProcessFailedType
 ProcessFailedType Wps10Factory.createProcessFailedType()
          Returns a new object of class 'Process Failed Type'.
 ProcessFailedType StatusType.getProcessFailed()
          Returns the value of the 'Process Failed' containment reference.
 

Methods in net.opengis.wps10 with parameters of type ProcessFailedType
 void StatusType.setProcessFailed(ProcessFailedType value)
          Sets the value of the 'Process Failed' containment reference.
 

Uses of ProcessFailedType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement ProcessFailedType
 class ProcessFailedTypeImpl
          An implementation of the model object 'Process Failed Type'.
 

Fields in net.opengis.wps10.impl declared as ProcessFailedType
protected  ProcessFailedType StatusTypeImpl.processFailed
          The cached value of the 'Process Failed' containment reference.
 

Methods in net.opengis.wps10.impl that return ProcessFailedType
 ProcessFailedType Wps10FactoryImpl.createProcessFailedType()
           
 ProcessFailedType StatusTypeImpl.getProcessFailed()
           
 

Methods in net.opengis.wps10.impl with parameters of type ProcessFailedType
 org.eclipse.emf.common.notify.NotificationChain StatusTypeImpl.basicSetProcessFailed(ProcessFailedType newProcessFailed, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StatusTypeImpl.setProcessFailed(ProcessFailedType newProcessFailed)
           
 

Uses of ProcessFailedType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type ProcessFailedType
 java.lang.Object Wps10Switch.caseProcessFailedType(ProcessFailedType object)
          Returns the result of interpreting the object as an instance of 'Process Failed Type'.
 boolean Wps10Validator.validateProcessFailedType(ProcessFailedType processFailedType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.