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 TypeInterfaceDescriptioninterfaceA 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 TypeClassDescriptionclassAn implementation of the model object 'Abstract Adhoc Query Expression Type'.classAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.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'.booleanFes20Validator.validateAbstractQueryExpressionType(AbstractQueryExpressionType abstractQueryExpressionType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AbstractQueryExpressionType in net.opengis.wfs20
Subinterfaces of AbstractQueryExpressionType in net.opengis.wfs20Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Query Type'.interfaceA 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 TypeMethodDescriptionvoidGetPropertyValueType.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 TypeClassDescriptionclassAn implementation of the model object 'Query Type'.classAn implementation of the model object 'Stored Query Type'.Fields in net.opengis.wfs20.impl declared as AbstractQueryExpressionTypeModifier and TypeFieldDescriptionprotected AbstractQueryExpressionTypeGetPropertyValueTypeImpl.abstractQueryExpressionThe 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 TypeMethodDescriptionvoidGetPropertyValueTypeImpl.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 TypeMethodDescriptionbooleanGetPropertyValueTypeValidator.validateAbstractQueryExpression(AbstractQueryExpressionType value) Method parameters in net.opengis.wfs20.validation with type arguments of type AbstractQueryExpressionTypeModifier and TypeMethodDescriptionbooleanGetFeatureTypeValidator.validateAbstractQueryExpression(EList<AbstractQueryExpressionType> value) booleanLockFeatureTypeValidator.validateAbstractQueryExpression(EList<AbstractQueryExpressionType> value)