Uses of Interface
net.opengis.fes20.ComparisonOpsType
Packages that use ComparisonOpsType
-
Uses of ComparisonOpsType in net.opengis.fes20
Subinterfaces of ComparisonOpsType in net.opengis.fes20Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Binary Comparison Op Type'.interface
A representation of the model object 'Property Is Between Type'.interface
A representation of the model object 'Property Is Like Type'.interface
A representation of the model object 'Property Is Nil Type'.interface
A representation of the model object 'Property Is Null Type'.Methods in net.opengis.fes20 that return ComparisonOpsTypeModifier and TypeMethodDescriptionDocumentRoot.getComparisonOps()
Returns the value of the 'Comparison Ops' containment reference.FilterType.getComparisonOps()
Returns the value of the 'Comparison Ops' containment reference.UnaryLogicOpType.getComparisonOps()
Returns the value of the 'Comparison Ops' containment reference.Methods in net.opengis.fes20 that return types with arguments of type ComparisonOpsTypeModifier and TypeMethodDescriptionEList<ComparisonOpsType>
BinaryLogicOpType.getComparisonOps()
Returns the value of the 'Comparison Ops' containment reference list. -
Uses of ComparisonOpsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement ComparisonOpsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Binary Comparison Op Type'.class
An implementation of the model object 'Comparison Ops Type'.class
An implementation of the model object 'Property Is Between Type'.class
An implementation of the model object 'Property Is Like Type'.class
An implementation of the model object 'Property Is Nil Type'.class
An implementation of the model object 'Property Is Null Type'.Methods in net.opengis.fes20.impl that return ComparisonOpsTypeModifier and TypeMethodDescriptionDocumentRootImpl.getComparisonOps()
FilterTypeImpl.getComparisonOps()
UnaryLogicOpTypeImpl.getComparisonOps()
Methods in net.opengis.fes20.impl that return types with arguments of type ComparisonOpsTypeModifier and TypeMethodDescriptionEList<ComparisonOpsType>
BinaryLogicOpTypeImpl.getComparisonOps()
Methods in net.opengis.fes20.impl with parameters of type ComparisonOpsTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetComparisonOps
(ComparisonOpsType newComparisonOps, NotificationChain msgs) NotificationChain
FilterTypeImpl.basicSetComparisonOps
(ComparisonOpsType newComparisonOps, NotificationChain msgs) NotificationChain
UnaryLogicOpTypeImpl.basicSetComparisonOps
(ComparisonOpsType newComparisonOps, NotificationChain msgs) -
Uses of ComparisonOpsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type ComparisonOpsTypeModifier and TypeMethodDescriptionFes20Switch.caseComparisonOpsType
(ComparisonOpsType object) Returns the result of interpreting the object as an instance of 'Comparison Ops Type'.boolean
Fes20Validator.validateComparisonOpsType
(ComparisonOpsType comparisonOpsType, DiagnosticChain diagnostics, Map<Object, Object> context)