Uses of Interface
net.opengis.fes20.AbstractAdhocQueryExpressionType
-
Packages that use AbstractAdhocQueryExpressionType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util -
-
Uses of AbstractAdhocQueryExpressionType in net.opengis.fes20
Methods in net.opengis.fes20 that return AbstractAdhocQueryExpressionType Modifier and Type Method Description AbstractAdhocQueryExpressionType
DocumentRoot. getAbstractAdhocQueryExpression()
Returns the value of the 'Abstract Adhoc Query Expression' containment reference. -
Uses of AbstractAdhocQueryExpressionType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement AbstractAdhocQueryExpressionType Modifier and Type Class Description class
AbstractAdhocQueryExpressionTypeImpl
An implementation of the model object 'Abstract Adhoc Query Expression Type'.Methods in net.opengis.fes20.impl that return AbstractAdhocQueryExpressionType Modifier and Type Method Description AbstractAdhocQueryExpressionType
DocumentRootImpl. getAbstractAdhocQueryExpression()
Methods in net.opengis.fes20.impl with parameters of type AbstractAdhocQueryExpressionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAbstractAdhocQueryExpression(AbstractAdhocQueryExpressionType newAbstractAdhocQueryExpression, NotificationChain msgs)
-
Uses of AbstractAdhocQueryExpressionType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type AbstractAdhocQueryExpressionType Modifier and Type Method Description T
Fes20Switch. caseAbstractAdhocQueryExpressionType(AbstractAdhocQueryExpressionType object)
Returns the result of interpreting the object as an instance of 'Abstract Adhoc Query Expression Type'.boolean
Fes20Validator. validateAbstractAdhocQueryExpressionType(AbstractAdhocQueryExpressionType abstractAdhocQueryExpressionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AbstractAdhocQueryExpressionType in net.opengis.wfs20
Subinterfaces of AbstractAdhocQueryExpressionType in net.opengis.wfs20 Modifier and Type Interface Description interface
QueryType
A representation of the model object 'Query Type'. -
Uses of AbstractAdhocQueryExpressionType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement AbstractAdhocQueryExpressionType Modifier and Type Class Description class
QueryTypeImpl
An implementation of the model object 'Query Type'. -
Uses of AbstractAdhocQueryExpressionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type AbstractAdhocQueryExpressionType Modifier and Type Method Description T
Wfs20Switch. caseAbstractAdhocQueryExpressionType(AbstractAdhocQueryExpressionType object)
Returns the result of interpreting the object as an instance of 'Abstract Adhoc Query Expression Type'.
-