Uses of Interface
net.opengis.fes20.AbstractQueryExpressionType
Packages that use AbstractQueryExpressionType
Package
Description
-
Uses of AbstractQueryExpressionType in net.opengis.fes20
Subinterfaces of AbstractQueryExpressionType in net.opengis.fes20Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Abstract Adhoc Query Expression Type'.Methods in net.opengis.fes20 that return AbstractQueryExpressionTypeModifier and TypeMethodDescriptionDocumentRoot.getAbstractQueryExpression()
Returns the value of the 'Abstract Query Expression' containment reference. -
Uses of AbstractQueryExpressionType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement AbstractQueryExpressionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Adhoc Query Expression Type'.class
An implementation of the model object 'Abstract Query Expression Type'.Methods in net.opengis.fes20.impl that return AbstractQueryExpressionTypeMethods in net.opengis.fes20.impl with parameters of type AbstractQueryExpressionTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAbstractQueryExpression
(AbstractQueryExpressionType newAbstractQueryExpression, NotificationChain msgs) -
Uses of AbstractQueryExpressionType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type AbstractQueryExpressionTypeModifier and TypeMethodDescriptionFes20Switch.caseAbstractQueryExpressionType
(AbstractQueryExpressionType object) Returns the result of interpreting the object as an instance of 'Abstract Query Expression Type'.boolean
Fes20Validator.validateAbstractQueryExpressionType
(AbstractQueryExpressionType abstractQueryExpressionType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AbstractQueryExpressionType in net.opengis.wfs20
Subinterfaces of AbstractQueryExpressionType in net.opengis.wfs20Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Query Type'.interface
A representation of the model object 'Stored Query Type'.Methods in net.opengis.wfs20 that return AbstractQueryExpressionTypeModifier and TypeMethodDescriptionGetPropertyValueType.getAbstractQueryExpression()
Returns the value of the 'Abstract Query Expression' reference.Methods in net.opengis.wfs20 that return types with arguments of type AbstractQueryExpressionTypeModifier and TypeMethodDescriptionEList<AbstractQueryExpressionType>
GetFeatureType.getAbstractQueryExpression()
Returns the value of the 'Abstract Query Expression' containment reference list.EList<AbstractQueryExpressionType>
LockFeatureType.getAbstractQueryExpression()
Returns the value of the 'Abstract Query Expression' containment reference list.Methods in net.opengis.wfs20 with parameters of type AbstractQueryExpressionTypeModifier and TypeMethodDescriptionvoid
GetPropertyValueType.setAbstractQueryExpression
(AbstractQueryExpressionType value) Sets the value of the 'Abstract Query Expression
' reference. -
Uses of AbstractQueryExpressionType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement AbstractQueryExpressionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Query Type'.class
An implementation of the model object 'Stored Query Type'.Fields in net.opengis.wfs20.impl declared as AbstractQueryExpressionTypeModifier and TypeFieldDescriptionprotected AbstractQueryExpressionType
GetPropertyValueTypeImpl.abstractQueryExpression
The cached value of the 'Abstract Query Expression
' reference.Methods in net.opengis.wfs20.impl that return AbstractQueryExpressionTypeModifier and TypeMethodDescriptionGetPropertyValueTypeImpl.basicGetAbstractQueryExpression()
GetPropertyValueTypeImpl.getAbstractQueryExpression()
Methods in net.opengis.wfs20.impl that return types with arguments of type AbstractQueryExpressionTypeModifier and TypeMethodDescriptionEList<AbstractQueryExpressionType>
GetFeatureTypeImpl.getAbstractQueryExpression()
EList<AbstractQueryExpressionType>
LockFeatureTypeImpl.getAbstractQueryExpression()
Methods in net.opengis.wfs20.impl with parameters of type AbstractQueryExpressionTypeModifier and TypeMethodDescriptionvoid
GetPropertyValueTypeImpl.setAbstractQueryExpression
(AbstractQueryExpressionType newAbstractQueryExpression) -
Uses of AbstractQueryExpressionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type AbstractQueryExpressionTypeModifier and TypeMethodDescriptionWfs20Switch.caseAbstractQueryExpressionType
(AbstractQueryExpressionType object) Returns the result of interpreting the object as an instance of 'Abstract Query Expression Type'. -
Uses of AbstractQueryExpressionType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type AbstractQueryExpressionTypeModifier and TypeMethodDescriptionboolean
GetPropertyValueTypeValidator.validateAbstractQueryExpression
(AbstractQueryExpressionType value) Method parameters in net.opengis.wfs20.validation with type arguments of type AbstractQueryExpressionTypeModifier and TypeMethodDescriptionboolean
GetFeatureTypeValidator.validateAbstractQueryExpression
(EList<AbstractQueryExpressionType> value) boolean
LockFeatureTypeValidator.validateAbstractQueryExpression
(EList<AbstractQueryExpressionType> value)