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.fes20Subinterfaces of ComparisonOpsType in net.opengis.fes20 Modifier and Type Interface Description interfaceBinaryComparisonOpTypeA representation of the model object 'Binary Comparison Op Type'.interfacePropertyIsBetweenTypeA representation of the model object 'Property Is Between Type'.interfacePropertyIsLikeTypeA representation of the model object 'Property Is Like Type'.interfacePropertyIsNilTypeA representation of the model object 'Property Is Nil Type'.interfacePropertyIsNullTypeA representation of the model object 'Property Is Null Type'.Methods in net.opengis.fes20 that return ComparisonOpsType Modifier and Type Method Description ComparisonOpsTypeDocumentRoot. getComparisonOps()Returns the value of the 'Comparison Ops' containment reference.ComparisonOpsTypeFilterType. getComparisonOps()Returns the value of the 'Comparison Ops' containment reference.ComparisonOpsTypeUnaryLogicOpType. 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.implClasses in net.opengis.fes20.impl that implement ComparisonOpsType Modifier and Type Class Description classBinaryComparisonOpTypeImplAn implementation of the model object 'Binary Comparison Op Type'.classComparisonOpsTypeImplAn implementation of the model object 'Comparison Ops Type'.classPropertyIsBetweenTypeImplAn implementation of the model object 'Property Is Between Type'.classPropertyIsLikeTypeImplAn implementation of the model object 'Property Is Like Type'.classPropertyIsNilTypeImplAn implementation of the model object 'Property Is Nil Type'.classPropertyIsNullTypeImplAn implementation of the model object 'Property Is Null Type'.Methods in net.opengis.fes20.impl that return ComparisonOpsType Modifier and Type Method Description ComparisonOpsTypeDocumentRootImpl. getComparisonOps()ComparisonOpsTypeFilterTypeImpl. getComparisonOps()ComparisonOpsTypeUnaryLogicOpTypeImpl. 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 NotificationChainDocumentRootImpl. basicSetComparisonOps(ComparisonOpsType newComparisonOps, NotificationChain msgs)NotificationChainFilterTypeImpl. basicSetComparisonOps(ComparisonOpsType newComparisonOps, NotificationChain msgs)NotificationChainUnaryLogicOpTypeImpl. basicSetComparisonOps(ComparisonOpsType newComparisonOps, NotificationChain msgs)
- 
Uses of ComparisonOpsType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type ComparisonOpsType Modifier and Type Method Description TFes20Switch. caseComparisonOpsType(ComparisonOpsType object)Returns the result of interpreting the object as an instance of 'Comparison Ops Type'.booleanFes20Validator. validateComparisonOpsType(ComparisonOpsType comparisonOpsType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-