Uses of Interface
net.opengis.wfs20.QueryType
- 
Packages that use QueryType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of QueryType in net.opengis.wfs20Methods in net.opengis.wfs20 that return QueryType Modifier and Type Method Description QueryTypeWfs20Factory. createQueryType()Returns a new object of class 'Query Type'.QueryTypeDocumentRoot. getQuery()Returns the value of the 'Query' containment reference.Methods in net.opengis.wfs20 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.wfs20.implClasses in net.opengis.wfs20.impl that implement QueryType Modifier and Type Class Description classQueryTypeImplAn implementation of the model object 'Query Type'.Methods in net.opengis.wfs20.impl that return QueryType Modifier and Type Method Description QueryTypeWfs20FactoryImpl. createQueryType()QueryTypeDocumentRootImpl. getQuery()Methods in net.opengis.wfs20.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.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type QueryType Modifier and Type Method Description TWfs20Switch. caseQueryType(QueryType object)Returns the result of interpreting the object as an instance of 'Query Type'.booleanWfs20Validator. validateQueryType(QueryType queryType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of QueryType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type QueryType Modifier and Type Method Description booleanDocumentRootValidator. validateQuery(QueryType value)
 
-