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.fes20
Subinterfaces of AbstractQueryExpressionType in net.opengis.fes20 Modifier and Type Interface Description interface
AbstractAdhocQueryExpressionType
A representation of the model object 'Abstract Adhoc Query Expression Type'.Methods in net.opengis.fes20 that return AbstractQueryExpressionType Modifier and Type Method Description AbstractQueryExpressionType
DocumentRoot. 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 AbstractQueryExpressionType Modifier and Type Class Description class
AbstractAdhocQueryExpressionTypeImpl
An implementation of the model object 'Abstract Adhoc Query Expression Type'.class
AbstractQueryExpressionTypeImpl
An implementation of the model object 'Abstract Query Expression Type'.Methods in net.opengis.fes20.impl that return AbstractQueryExpressionType Modifier and Type Method Description AbstractQueryExpressionType
DocumentRootImpl. getAbstractQueryExpression()
Methods in net.opengis.fes20.impl with parameters of type AbstractQueryExpressionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAbstractQueryExpression(AbstractQueryExpressionType newAbstractQueryExpression, NotificationChain msgs)
-
Uses of AbstractQueryExpressionType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type AbstractQueryExpressionType Modifier and Type Method Description T
Fes20Switch. caseAbstractQueryExpressionType(AbstractQueryExpressionType object)
Returns the result of interpreting the object as an instance of 'Abstract Query Expression Type'.boolean
Fes20Validator. validateAbstractQueryExpressionType(AbstractQueryExpressionType abstractQueryExpressionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AbstractQueryExpressionType in net.opengis.wfs20
Subinterfaces of AbstractQueryExpressionType in net.opengis.wfs20 Modifier and Type Interface Description interface
QueryType
A representation of the model object 'Query Type'.interface
StoredQueryType
A representation of the model object 'Stored Query Type'.Methods in net.opengis.wfs20 that return AbstractQueryExpressionType Modifier and Type Method Description AbstractQueryExpressionType
GetPropertyValueType. 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 void
GetPropertyValueType. 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 AbstractQueryExpressionType Modifier and Type Class Description class
QueryTypeImpl
An implementation of the model object 'Query Type'.class
StoredQueryTypeImpl
An implementation of the model object 'Stored Query Type'.Fields in net.opengis.wfs20.impl declared as AbstractQueryExpressionType Modifier and Type Field Description protected AbstractQueryExpressionType
GetPropertyValueTypeImpl. abstractQueryExpression
The cached value of the 'Abstract Query Expression
' reference.Methods in net.opengis.wfs20.impl that return AbstractQueryExpressionType Modifier and Type Method Description AbstractQueryExpressionType
GetPropertyValueTypeImpl. basicGetAbstractQueryExpression()
AbstractQueryExpressionType
GetPropertyValueTypeImpl. 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 void
GetPropertyValueTypeImpl. setAbstractQueryExpression(AbstractQueryExpressionType newAbstractQueryExpression)
-
Uses of AbstractQueryExpressionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type AbstractQueryExpressionType Modifier and Type Method Description T
Wfs20Switch. 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 AbstractQueryExpressionType Modifier and Type Method Description boolean
GetPropertyValueTypeValidator. validateAbstractQueryExpression(AbstractQueryExpressionType value)
Method parameters in net.opengis.wfs20.validation with type arguments of type AbstractQueryExpressionType Modifier and Type Method Description boolean
GetFeatureTypeValidator. validateAbstractQueryExpression(EList<AbstractQueryExpressionType> value)
boolean
LockFeatureTypeValidator. validateAbstractQueryExpression(EList<AbstractQueryExpressionType> value)
-