Uses of Interface
net.opengis.wfs20.ParameterExpressionType
-
Packages that use ParameterExpressionType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of ParameterExpressionType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ParameterExpressionType Modifier and Type Method Description ParameterExpressionTypeWfs20Factory. createParameterExpressionType()Returns a new object of class 'Parameter Expression Type'.Methods in net.opengis.wfs20 that return types with arguments of type ParameterExpressionType Modifier and Type Method Description EList<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 ParameterExpressionType Modifier and Type Class Description classParameterExpressionTypeImplAn implementation of the model object 'Parameter Expression Type'.Fields in net.opengis.wfs20.impl with type parameters of type ParameterExpressionType Modifier and Type Field Description protected EList<ParameterExpressionType>StoredQueryDescriptionTypeImpl. parameterThe cached value of the 'Parameter' containment reference list.Methods in net.opengis.wfs20.impl that return ParameterExpressionType Modifier and Type Method Description ParameterExpressionTypeWfs20FactoryImpl. createParameterExpressionType()Methods in net.opengis.wfs20.impl that return types with arguments of type ParameterExpressionType Modifier and Type Method Description EList<ParameterExpressionType>StoredQueryDescriptionTypeImpl. getParameter() -
Uses of ParameterExpressionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ParameterExpressionType Modifier and Type Method Description TWfs20Switch. caseParameterExpressionType(ParameterExpressionType object)Returns the result of interpreting the object as an instance of 'Parameter Expression Type'.booleanWfs20Validator. 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 ParameterExpressionType Modifier and Type Method Description booleanStoredQueryDescriptionTypeValidator. validateParameter(EList<ParameterExpressionType> value)
-