Uses of Interface
net.opengis.wps10.DataInputsType

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

Uses of DataInputsType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return DataInputsType
 DataInputsType Wps10Factory.createDataInputsType()
          Returns a new object of class 'Data Inputs Type'.
 DataInputsType ProcessDescriptionType.getDataInputs()
          Returns the value of the 'Data Inputs' containment reference.
 

Methods in net.opengis.wps10 with parameters of type DataInputsType
 void ProcessDescriptionType.setDataInputs(DataInputsType value)
          Sets the value of the 'Data Inputs' containment reference.
 

Uses of DataInputsType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement DataInputsType
 class DataInputsTypeImpl
          An implementation of the model object 'Data Inputs Type'.
 

Fields in net.opengis.wps10.impl declared as DataInputsType
protected  DataInputsType ProcessDescriptionTypeImpl.dataInputs
          The cached value of the 'Data Inputs' containment reference.
 

Methods in net.opengis.wps10.impl that return DataInputsType
 DataInputsType Wps10FactoryImpl.createDataInputsType()
           
 DataInputsType ProcessDescriptionTypeImpl.getDataInputs()
           
 

Methods in net.opengis.wps10.impl with parameters of type DataInputsType
 org.eclipse.emf.common.notify.NotificationChain ProcessDescriptionTypeImpl.basicSetDataInputs(DataInputsType newDataInputs, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ProcessDescriptionTypeImpl.setDataInputs(DataInputsType newDataInputs)
           
 

Uses of DataInputsType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type DataInputsType
 java.lang.Object Wps10Switch.caseDataInputsType(DataInputsType object)
          Returns the result of interpreting the object as an instance of 'Data Inputs Type'.
 boolean Wps10Validator.validateDataInputsType(DataInputsType dataInputsType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.