Uses of Interface
net.opengis.wfs20.QueryExpressionTextType
-
Packages that use QueryExpressionTextType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of QueryExpressionTextType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return QueryExpressionTextType Modifier and Type Method Description QueryExpressionTextType
Wfs20Factory. createQueryExpressionTextType()
Returns a new object of class 'Query Expression Text Type'.Methods in net.opengis.wfs20 that return types with arguments of type QueryExpressionTextType Modifier and Type Method Description EList<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 QueryExpressionTextType Modifier and Type Class Description class
QueryExpressionTextTypeImpl
An implementation of the model object 'Query Expression Text Type'.Fields in net.opengis.wfs20.impl with type parameters of type QueryExpressionTextType Modifier and Type Field Description protected EList<QueryExpressionTextType>
StoredQueryDescriptionTypeImpl. queryExpressionText
The cached value of the 'Query Expression Text
' containment reference list.Methods in net.opengis.wfs20.impl that return QueryExpressionTextType Modifier and Type Method Description QueryExpressionTextType
Wfs20FactoryImpl. createQueryExpressionTextType()
Methods in net.opengis.wfs20.impl that return types with arguments of type QueryExpressionTextType Modifier and Type Method Description EList<QueryExpressionTextType>
StoredQueryDescriptionTypeImpl. getQueryExpressionText()
-
Uses of QueryExpressionTextType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type QueryExpressionTextType Modifier and Type Method Description T
Wfs20Switch. 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 QueryExpressionTextType Modifier and Type Method Description boolean
StoredQueryDescriptionTypeValidator. validateQueryExpressionText(EList<QueryExpressionTextType> value)
-