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 ComparisonOperatorsTypeFes20Factory. createComparisonOperatorsType()Returns a new object of class 'Comparison Operators Type'.ComparisonOperatorsTypeScalarCapabilitiesType. 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 voidScalarCapabilitiesType. 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 classComparisonOperatorsTypeImplAn implementation of the model object 'Comparison Operators Type'.Fields in net.opengis.fes20.impl declared as ComparisonOperatorsType Modifier and Type Field Description protected ComparisonOperatorsTypeScalarCapabilitiesTypeImpl. comparisonOperatorsThe cached value of the 'Comparison Operators' containment reference.Methods in net.opengis.fes20.impl that return ComparisonOperatorsType Modifier and Type Method Description ComparisonOperatorsTypeFes20FactoryImpl. createComparisonOperatorsType()ComparisonOperatorsTypeScalarCapabilitiesTypeImpl. getComparisonOperators()Methods in net.opengis.fes20.impl with parameters of type ComparisonOperatorsType Modifier and Type Method Description NotificationChainScalarCapabilitiesTypeImpl. basicSetComparisonOperators(ComparisonOperatorsType newComparisonOperators, NotificationChain msgs)voidScalarCapabilitiesTypeImpl. 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 TFes20Switch. caseComparisonOperatorsType(ComparisonOperatorsType object)Returns the result of interpreting the object as an instance of 'Comparison Operators Type'.booleanFes20Validator. validateComparisonOperatorsType(ComparisonOperatorsType comparisonOperatorsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-