Uses of Interface
net.opengis.fes20.AbstractQueryExpressionType
- 
Packages that use AbstractQueryExpressionType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of AbstractQueryExpressionType in net.opengis.fes20Subinterfaces of AbstractQueryExpressionType in net.opengis.fes20 Modifier and Type Interface Description interfaceAbstractAdhocQueryExpressionTypeA representation of the model object 'Abstract Adhoc Query Expression Type'.Methods in net.opengis.fes20 that return AbstractQueryExpressionType Modifier and Type Method Description AbstractQueryExpressionTypeDocumentRoot. getAbstractQueryExpression()Returns the value of the 'Abstract Query Expression' containment reference.
- 
Uses of AbstractQueryExpressionType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement AbstractQueryExpressionType Modifier and Type Class Description classAbstractAdhocQueryExpressionTypeImplAn implementation of the model object 'Abstract Adhoc Query Expression Type'.classAbstractQueryExpressionTypeImplAn implementation of the model object 'Abstract Query Expression Type'.Methods in net.opengis.fes20.impl that return AbstractQueryExpressionType Modifier and Type Method Description AbstractQueryExpressionTypeDocumentRootImpl. getAbstractQueryExpression()Methods in net.opengis.fes20.impl with parameters of type AbstractQueryExpressionType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAbstractQueryExpression(AbstractQueryExpressionType newAbstractQueryExpression, NotificationChain msgs)
- 
Uses of AbstractQueryExpressionType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type AbstractQueryExpressionType Modifier and Type Method Description TFes20Switch. 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.wfs20Subinterfaces of AbstractQueryExpressionType in net.opengis.wfs20 Modifier and Type Interface Description interfaceQueryTypeA representation of the model object 'Query Type'.interfaceStoredQueryTypeA representation of the model object 'Stored Query Type'.Methods in net.opengis.wfs20 that return AbstractQueryExpressionType Modifier and Type Method Description AbstractQueryExpressionTypeGetPropertyValueType. getAbstractQueryExpression()Returns the value of the 'Abstract Query Expression' reference.Methods in net.opengis.wfs20 that return types with arguments of type AbstractQueryExpressionType Modifier and Type Method Description EList<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 AbstractQueryExpressionType Modifier and Type Method Description voidGetPropertyValueType. setAbstractQueryExpression(AbstractQueryExpressionType value)Sets the value of the 'Abstract Query Expression' reference.
- 
Uses of AbstractQueryExpressionType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement AbstractQueryExpressionType Modifier and Type Class Description classQueryTypeImplAn implementation of the model object 'Query Type'.classStoredQueryTypeImplAn implementation of the model object 'Stored Query Type'.Fields in net.opengis.wfs20.impl declared as AbstractQueryExpressionType Modifier and Type Field Description protected AbstractQueryExpressionTypeGetPropertyValueTypeImpl. abstractQueryExpressionThe cached value of the 'Abstract Query Expression' reference.Methods in net.opengis.wfs20.impl that return AbstractQueryExpressionType Modifier and Type Method Description AbstractQueryExpressionTypeGetPropertyValueTypeImpl. basicGetAbstractQueryExpression()AbstractQueryExpressionTypeGetPropertyValueTypeImpl. getAbstractQueryExpression()Methods in net.opengis.wfs20.impl that return types with arguments of type AbstractQueryExpressionType Modifier and Type Method Description EList<AbstractQueryExpressionType>GetFeatureTypeImpl. getAbstractQueryExpression()EList<AbstractQueryExpressionType>LockFeatureTypeImpl. getAbstractQueryExpression()Methods in net.opengis.wfs20.impl with parameters of type AbstractQueryExpressionType Modifier and Type Method Description voidGetPropertyValueTypeImpl. setAbstractQueryExpression(AbstractQueryExpressionType newAbstractQueryExpression)
- 
Uses of AbstractQueryExpressionType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type AbstractQueryExpressionType Modifier and Type Method Description TWfs20Switch. 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.validationMethods in net.opengis.wfs20.validation with parameters of type AbstractQueryExpressionType Modifier and Type Method Description booleanGetPropertyValueTypeValidator. validateAbstractQueryExpression(AbstractQueryExpressionType value)Method parameters in net.opengis.wfs20.validation with type arguments of type AbstractQueryExpressionType Modifier and Type Method Description booleanGetFeatureTypeValidator. validateAbstractQueryExpression(EList<AbstractQueryExpressionType> value)booleanLockFeatureTypeValidator. validateAbstractQueryExpression(EList<AbstractQueryExpressionType> value)
 
-