Uses of Interface
net.opengis.wfs20.QueryExpressionTextType
Packages that use QueryExpressionTextType
Package
Description
-
Uses of QueryExpressionTextType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return QueryExpressionTextTypeModifier and TypeMethodDescriptionWfs20Factory.createQueryExpressionTextType()
Returns a new object of class 'Query Expression Text Type'.Methods in net.opengis.wfs20 that return types with arguments of type QueryExpressionTextTypeModifier and TypeMethodDescriptionEList<QueryExpressionTextType>
StoredQueryDescriptionType.getQueryExpressionText()
Returns the value of the 'Query Expression Text' containment reference list. -
Uses of QueryExpressionTextType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement QueryExpressionTextTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Query Expression Text Type'.Fields in net.opengis.wfs20.impl with type parameters of type QueryExpressionTextTypeModifier and TypeFieldDescriptionprotected EList<QueryExpressionTextType>
StoredQueryDescriptionTypeImpl.queryExpressionText
The cached value of the 'Query Expression Text
' containment reference list.Methods in net.opengis.wfs20.impl that return QueryExpressionTextTypeMethods in net.opengis.wfs20.impl that return types with arguments of type QueryExpressionTextTypeModifier and TypeMethodDescriptionEList<QueryExpressionTextType>
StoredQueryDescriptionTypeImpl.getQueryExpressionText()
-
Uses of QueryExpressionTextType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type QueryExpressionTextTypeModifier and TypeMethodDescriptionWfs20Switch.caseQueryExpressionTextType
(QueryExpressionTextType object) Returns the result of interpreting the object as an instance of 'Query Expression Text Type'.boolean
Wfs20Validator.validateQueryExpressionTextType
(QueryExpressionTextType queryExpressionTextType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of QueryExpressionTextType in net.opengis.wfs20.validation
Method parameters in net.opengis.wfs20.validation with type arguments of type QueryExpressionTextTypeModifier and TypeMethodDescriptionboolean
StoredQueryDescriptionTypeValidator.validateQueryExpressionText
(EList<QueryExpressionTextType> value)