Uses of Interface
net.opengis.wfs.QueryType
- 
Packages that use QueryType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation 
- 
- 
Uses of QueryType in net.opengis.wfsMethods in net.opengis.wfs that return QueryType Modifier and Type Method Description QueryTypeWfsFactory. createQueryType()Returns a new object of class 'Query Type'.QueryTypeDocumentRoot. getQuery()Returns the value of the 'Query' containment reference.Methods in net.opengis.wfs with parameters of type QueryType Modifier and Type Method Description voidDocumentRoot. setQuery(QueryType value)Sets the value of the 'Query' containment reference.
- 
Uses of QueryType in net.opengis.wfs.implClasses in net.opengis.wfs.impl that implement QueryType Modifier and Type Class Description classQueryTypeImplAn implementation of the model object 'Query Type'.Methods in net.opengis.wfs.impl that return QueryType Modifier and Type Method Description QueryTypeWfsFactoryImpl. createQueryType()QueryTypeDocumentRootImpl. getQuery()Methods in net.opengis.wfs.impl with parameters of type QueryType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetQuery(QueryType newQuery, NotificationChain msgs)voidDocumentRootImpl. setQuery(QueryType newQuery)
- 
Uses of QueryType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type QueryType Modifier and Type Method Description booleanDocumentRootValidator. validateQuery(QueryType value)
 
-