Uses of Interface
net.opengis.wps10.DataInputsType1

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

Uses of DataInputsType1 in net.opengis.wps10
 

Methods in net.opengis.wps10 that return DataInputsType1
 DataInputsType1 Wps10Factory.createDataInputsType1()
          Returns a new object of class 'Data Inputs Type1'.
 DataInputsType1 ExecuteResponseType.getDataInputs()
          Returns the value of the 'Data Inputs' containment reference.
 DataInputsType1 ExecuteType.getDataInputs()
          Returns the value of the 'Data Inputs' containment reference.
 

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

Uses of DataInputsType1 in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement DataInputsType1
 class DataInputsType1Impl
          An implementation of the model object 'Data Inputs Type1'.
 

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

Methods in net.opengis.wps10.impl that return DataInputsType1
 DataInputsType1 Wps10FactoryImpl.createDataInputsType1()
           
 DataInputsType1 ExecuteResponseTypeImpl.getDataInputs()
           
 DataInputsType1 ExecuteTypeImpl.getDataInputs()
           
 

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

Uses of DataInputsType1 in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type DataInputsType1
 java.lang.Object Wps10Switch.caseDataInputsType1(DataInputsType1 object)
          Returns the result of interpreting the object as an instance of 'Data Inputs Type1'.
 boolean Wps10Validator.validateDataInputsType1(DataInputsType1 dataInputsType1, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.