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 AbstractAdhocQueryExpressionTypeDocumentRoot. 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 classAbstractAdhocQueryExpressionTypeImplAn implementation of the model object 'Abstract Adhoc Query Expression Type'.Methods in net.opengis.fes20.impl that return AbstractAdhocQueryExpressionType Modifier and Type Method Description AbstractAdhocQueryExpressionTypeDocumentRootImpl. getAbstractAdhocQueryExpression()Methods in net.opengis.fes20.impl with parameters of type AbstractAdhocQueryExpressionType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 TFes20Switch. caseAbstractAdhocQueryExpressionType(AbstractAdhocQueryExpressionType object)Returns the result of interpreting the object as an instance of 'Abstract Adhoc Query Expression Type'.booleanFes20Validator. 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 interfaceQueryTypeA 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 classQueryTypeImplAn 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 TWfs20Switch. caseAbstractAdhocQueryExpressionType(AbstractAdhocQueryExpressionType object)Returns the result of interpreting the object as an instance of 'Abstract Adhoc Query Expression Type'.
-