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.wfs20
Methods in net.opengis.wfs20 that return QueryType Modifier and Type Method Description QueryType
Wfs20Factory. createQueryType()
Returns a new object of class 'Query Type'.QueryType
DocumentRoot. getQuery()
Returns the value of the 'Query' containment reference.Methods in net.opengis.wfs20 with parameters of type QueryType Modifier and Type Method Description void
DocumentRoot. setQuery(QueryType value)
Sets the value of the 'Query
' containment reference. -
Uses of QueryType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement QueryType Modifier and Type Class Description class
QueryTypeImpl
An implementation of the model object 'Query Type'.Methods in net.opengis.wfs20.impl that return QueryType Modifier and Type Method Description QueryType
Wfs20FactoryImpl. createQueryType()
QueryType
DocumentRootImpl. getQuery()
Methods in net.opengis.wfs20.impl with parameters of type QueryType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetQuery(QueryType newQuery, NotificationChain msgs)
void
DocumentRootImpl. setQuery(QueryType newQuery)
-
Uses of QueryType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type QueryType Modifier and Type Method Description T
Wfs20Switch. caseQueryType(QueryType object)
Returns the result of interpreting the object as an instance of 'Query Type'.boolean
Wfs20Validator. validateQueryType(QueryType queryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of QueryType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type QueryType Modifier and Type Method Description boolean
DocumentRootValidator. validateQuery(QueryType value)
-