Uses of Interface
net.opengis.wps10.OutputDefinitionsType

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

Uses of OutputDefinitionsType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return OutputDefinitionsType
 OutputDefinitionsType Wps10Factory.createOutputDefinitionsType()
          Returns a new object of class 'Output Definitions Type'.
 OutputDefinitionsType ExecuteResponseType.getOutputDefinitions()
          Returns the value of the 'Output Definitions' containment reference.
 

Methods in net.opengis.wps10 with parameters of type OutputDefinitionsType
 void ExecuteResponseType.setOutputDefinitions(OutputDefinitionsType value)
          Sets the value of the 'Output Definitions' containment reference.
 

Uses of OutputDefinitionsType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement OutputDefinitionsType
 class OutputDefinitionsTypeImpl
          An implementation of the model object 'Output Definitions Type'.
 

Fields in net.opengis.wps10.impl declared as OutputDefinitionsType
protected  OutputDefinitionsType ExecuteResponseTypeImpl.outputDefinitions
          The cached value of the 'Output Definitions' containment reference.
 

Methods in net.opengis.wps10.impl that return OutputDefinitionsType
 OutputDefinitionsType Wps10FactoryImpl.createOutputDefinitionsType()
           
 OutputDefinitionsType ExecuteResponseTypeImpl.getOutputDefinitions()
           
 

Methods in net.opengis.wps10.impl with parameters of type OutputDefinitionsType
 org.eclipse.emf.common.notify.NotificationChain ExecuteResponseTypeImpl.basicSetOutputDefinitions(OutputDefinitionsType newOutputDefinitions, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ExecuteResponseTypeImpl.setOutputDefinitions(OutputDefinitionsType newOutputDefinitions)
           
 

Uses of OutputDefinitionsType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type OutputDefinitionsType
 java.lang.Object Wps10Switch.caseOutputDefinitionsType(OutputDefinitionsType object)
          Returns the result of interpreting the object as an instance of 'Output Definitions Type'.
 boolean Wps10Validator.validateOutputDefinitionsType(OutputDefinitionsType outputDefinitionsType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.