Uses of Interface
net.opengis.fes20.ComparisonOperatorsType
-
Packages that use ComparisonOperatorsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of ComparisonOperatorsType in net.opengis.fes20
Methods in net.opengis.fes20 that return ComparisonOperatorsType Modifier and Type Method Description ComparisonOperatorsType
Fes20Factory. createComparisonOperatorsType()
Returns a new object of class 'Comparison Operators Type'.ComparisonOperatorsType
ScalarCapabilitiesType. getComparisonOperators()
Returns the value of the 'Comparison Operators' containment reference.Methods in net.opengis.fes20 with parameters of type ComparisonOperatorsType Modifier and Type Method Description void
ScalarCapabilitiesType. setComparisonOperators(ComparisonOperatorsType value)
Sets the value of the 'Comparison Operators
' containment reference. -
Uses of ComparisonOperatorsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement ComparisonOperatorsType Modifier and Type Class Description class
ComparisonOperatorsTypeImpl
An implementation of the model object 'Comparison Operators Type'.Fields in net.opengis.fes20.impl declared as ComparisonOperatorsType Modifier and Type Field Description protected ComparisonOperatorsType
ScalarCapabilitiesTypeImpl. comparisonOperators
The cached value of the 'Comparison Operators
' containment reference.Methods in net.opengis.fes20.impl that return ComparisonOperatorsType Modifier and Type Method Description ComparisonOperatorsType
Fes20FactoryImpl. createComparisonOperatorsType()
ComparisonOperatorsType
ScalarCapabilitiesTypeImpl. getComparisonOperators()
Methods in net.opengis.fes20.impl with parameters of type ComparisonOperatorsType Modifier and Type Method Description NotificationChain
ScalarCapabilitiesTypeImpl. basicSetComparisonOperators(ComparisonOperatorsType newComparisonOperators, NotificationChain msgs)
void
ScalarCapabilitiesTypeImpl. setComparisonOperators(ComparisonOperatorsType newComparisonOperators)
-
Uses of ComparisonOperatorsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type ComparisonOperatorsType Modifier and Type Method Description T
Fes20Switch. caseComparisonOperatorsType(ComparisonOperatorsType object)
Returns the result of interpreting the object as an instance of 'Comparison Operators Type'.boolean
Fes20Validator. validateComparisonOperatorsType(ComparisonOperatorsType comparisonOperatorsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-