Uses of Interface
net.opengis.wfs.QueryType

Packages that use QueryType
net.opengis.wfs   
net.opengis.wfs.impl   
 

Uses of QueryType in net.opengis.wfs
 

Methods in net.opengis.wfs that return QueryType
 QueryType WfsFactory.createQueryType()
          Returns a new object of class 'Query Type'.
 QueryType DocumentRoot.getQuery()
          Returns the value of the 'Query' containment reference.
 

Methods in net.opengis.wfs with parameters of type QueryType
 void DocumentRoot.setQuery(QueryType value)
          Sets the value of the 'Query' containment reference.
 

Uses of QueryType in net.opengis.wfs.impl
 

Classes in net.opengis.wfs.impl that implement QueryType
 class QueryTypeImpl
          An implementation of the model object 'Query Type'.
 

Methods in net.opengis.wfs.impl that return QueryType
 QueryType WfsFactoryImpl.createQueryType()
           
 QueryType DocumentRootImpl.getQuery()
           
 

Methods in net.opengis.wfs.impl with parameters of type QueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetQuery(QueryType newQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setQuery(QueryType newQuery)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.