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.wfs20Methods in net.opengis.wfs20 that return QueryExpressionTextType Modifier and Type Method Description QueryExpressionTextTypeWfs20Factory. 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.implClasses in net.opengis.wfs20.impl that implement QueryExpressionTextType Modifier and Type Class Description classQueryExpressionTextTypeImplAn 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. queryExpressionTextThe cached value of the 'Query Expression Text' containment reference list.Methods in net.opengis.wfs20.impl that return QueryExpressionTextType Modifier and Type Method Description QueryExpressionTextTypeWfs20FactoryImpl. 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.utilMethods in net.opengis.wfs20.util with parameters of type QueryExpressionTextType Modifier and Type Method Description TWfs20Switch. caseQueryExpressionTextType(QueryExpressionTextType object)Returns the result of interpreting the object as an instance of 'Query Expression Text Type'.booleanWfs20Validator. validateQueryExpressionTextType(QueryExpressionTextType queryExpressionTextType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of QueryExpressionTextType in net.opengis.wfs20.validationMethod parameters in net.opengis.wfs20.validation with type arguments of type QueryExpressionTextType Modifier and Type Method Description booleanStoredQueryDescriptionTypeValidator. validateQueryExpressionText(EList<QueryExpressionTextType> value)
 
-