Uses of Interface
net.opengis.wfs20.ParameterExpressionType
Packages that use ParameterExpressionType
Package
Description
-
Uses of ParameterExpressionType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ParameterExpressionTypeModifier and TypeMethodDescriptionWfs20Factory.createParameterExpressionType()
Returns a new object of class 'Parameter Expression Type'.Methods in net.opengis.wfs20 that return types with arguments of type ParameterExpressionTypeModifier and TypeMethodDescriptionEList<ParameterExpressionType>
StoredQueryDescriptionType.getParameter()
Returns the value of the 'Parameter' containment reference list. -
Uses of ParameterExpressionType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ParameterExpressionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Parameter Expression Type'.Fields in net.opengis.wfs20.impl with type parameters of type ParameterExpressionTypeModifier and TypeFieldDescriptionprotected EList<ParameterExpressionType>
StoredQueryDescriptionTypeImpl.parameter
The cached value of the 'Parameter
' containment reference list.Methods in net.opengis.wfs20.impl that return ParameterExpressionTypeMethods in net.opengis.wfs20.impl that return types with arguments of type ParameterExpressionTypeModifier and TypeMethodDescriptionEList<ParameterExpressionType>
StoredQueryDescriptionTypeImpl.getParameter()
-
Uses of ParameterExpressionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ParameterExpressionTypeModifier and TypeMethodDescriptionWfs20Switch.caseParameterExpressionType
(ParameterExpressionType object) Returns the result of interpreting the object as an instance of 'Parameter Expression Type'.boolean
Wfs20Validator.validateParameterExpressionType
(ParameterExpressionType parameterExpressionType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ParameterExpressionType in net.opengis.wfs20.validation
Method parameters in net.opengis.wfs20.validation with type arguments of type ParameterExpressionTypeModifier and TypeMethodDescriptionboolean
StoredQueryDescriptionTypeValidator.validateParameter
(EList<ParameterExpressionType> value)