Uses of Interface
net.opengis.fes20.ComparisonOpsType
-
Packages that use ComparisonOpsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of ComparisonOpsType in net.opengis.fes20
Subinterfaces of ComparisonOpsType in net.opengis.fes20 Modifier and Type Interface Description interface
BinaryComparisonOpType
A representation of the model object 'Binary Comparison Op Type'.interface
PropertyIsBetweenType
A representation of the model object 'Property Is Between Type'.interface
PropertyIsLikeType
A representation of the model object 'Property Is Like Type'.interface
PropertyIsNilType
A representation of the model object 'Property Is Nil Type'.interface
PropertyIsNullType
A representation of the model object 'Property Is Null Type'.Methods in net.opengis.fes20 that return ComparisonOpsType Modifier and Type Method Description ComparisonOpsType
DocumentRoot. getComparisonOps()
Returns the value of the 'Comparison Ops' containment reference.ComparisonOpsType
FilterType. getComparisonOps()
Returns the value of the 'Comparison Ops' containment reference.ComparisonOpsType
UnaryLogicOpType. getComparisonOps()
Returns the value of the 'Comparison Ops' containment reference.Methods in net.opengis.fes20 that return types with arguments of type ComparisonOpsType Modifier and Type Method Description EList<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 ComparisonOpsType Modifier and Type Class Description class
BinaryComparisonOpTypeImpl
An implementation of the model object 'Binary Comparison Op Type'.class
ComparisonOpsTypeImpl
An implementation of the model object 'Comparison Ops Type'.class
PropertyIsBetweenTypeImpl
An implementation of the model object 'Property Is Between Type'.class
PropertyIsLikeTypeImpl
An implementation of the model object 'Property Is Like Type'.class
PropertyIsNilTypeImpl
An implementation of the model object 'Property Is Nil Type'.class
PropertyIsNullTypeImpl
An implementation of the model object 'Property Is Null Type'.Methods in net.opengis.fes20.impl that return ComparisonOpsType Modifier and Type Method Description ComparisonOpsType
DocumentRootImpl. getComparisonOps()
ComparisonOpsType
FilterTypeImpl. getComparisonOps()
ComparisonOpsType
UnaryLogicOpTypeImpl. getComparisonOps()
Methods in net.opengis.fes20.impl that return types with arguments of type ComparisonOpsType Modifier and Type Method Description EList<ComparisonOpsType>
BinaryLogicOpTypeImpl. getComparisonOps()
Methods in net.opengis.fes20.impl with parameters of type ComparisonOpsType Modifier and Type Method Description NotificationChain
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 ComparisonOpsType Modifier and Type Method Description T
Fes20Switch. 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)
-