Uses of Interface
net.opengis.fes20.BinaryComparisonOpType
Packages that use BinaryComparisonOpType
-
Uses of BinaryComparisonOpType in net.opengis.fes20
Methods in net.opengis.fes20 that return BinaryComparisonOpTypeModifier and TypeMethodDescriptionFes20Factory.createBinaryComparisonOpType()Returns a new object of class 'Binary Comparison Op Type'.DocumentRoot.getPropertyIsEqualTo()Returns the value of the 'Property Is Equal To' containment reference.DocumentRoot.getPropertyIsGreaterThan()Returns the value of the 'Property Is Greater Than' containment reference.DocumentRoot.getPropertyIsGreaterThanOrEqualTo()Returns the value of the 'Property Is Greater Than Or Equal To' containment reference.DocumentRoot.getPropertyIsLessThan()Returns the value of the 'Property Is Less Than' containment reference.DocumentRoot.getPropertyIsLessThanOrEqualTo()Returns the value of the 'Property Is Less Than Or Equal To' containment reference.DocumentRoot.getPropertyIsNotEqualTo()Returns the value of the 'Property Is Not Equal To' containment reference.Methods in net.opengis.fes20 with parameters of type BinaryComparisonOpTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setPropertyIsEqualTo(BinaryComparisonOpType value) Sets the value of the 'Property Is Equal To' containment reference.voidDocumentRoot.setPropertyIsGreaterThan(BinaryComparisonOpType value) Sets the value of the 'Property Is Greater Than' containment reference.voidDocumentRoot.setPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType value) Sets the value of the 'Property Is Greater Than Or Equal To' containment reference.voidDocumentRoot.setPropertyIsLessThan(BinaryComparisonOpType value) Sets the value of the 'Property Is Less Than' containment reference.voidDocumentRoot.setPropertyIsLessThanOrEqualTo(BinaryComparisonOpType value) Sets the value of the 'Property Is Less Than Or Equal To' containment reference.voidDocumentRoot.setPropertyIsNotEqualTo(BinaryComparisonOpType value) Sets the value of the 'Property Is Not Equal To' containment reference. -
Uses of BinaryComparisonOpType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement BinaryComparisonOpTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Binary Comparison Op Type'.Methods in net.opengis.fes20.impl that return BinaryComparisonOpTypeModifier and TypeMethodDescriptionFes20FactoryImpl.createBinaryComparisonOpType()DocumentRootImpl.getPropertyIsEqualTo()DocumentRootImpl.getPropertyIsGreaterThan()DocumentRootImpl.getPropertyIsGreaterThanOrEqualTo()DocumentRootImpl.getPropertyIsLessThan()DocumentRootImpl.getPropertyIsLessThanOrEqualTo()DocumentRootImpl.getPropertyIsNotEqualTo()Methods in net.opengis.fes20.impl with parameters of type BinaryComparisonOpTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetPropertyIsEqualTo(BinaryComparisonOpType newPropertyIsEqualTo, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetPropertyIsGreaterThan(BinaryComparisonOpType newPropertyIsGreaterThan, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType newPropertyIsGreaterThanOrEqualTo, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetPropertyIsLessThan(BinaryComparisonOpType newPropertyIsLessThan, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetPropertyIsLessThanOrEqualTo(BinaryComparisonOpType newPropertyIsLessThanOrEqualTo, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetPropertyIsNotEqualTo(BinaryComparisonOpType newPropertyIsNotEqualTo, NotificationChain msgs) voidDocumentRootImpl.setPropertyIsEqualTo(BinaryComparisonOpType newPropertyIsEqualTo) voidDocumentRootImpl.setPropertyIsGreaterThan(BinaryComparisonOpType newPropertyIsGreaterThan) voidDocumentRootImpl.setPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType newPropertyIsGreaterThanOrEqualTo) voidDocumentRootImpl.setPropertyIsLessThan(BinaryComparisonOpType newPropertyIsLessThan) voidDocumentRootImpl.setPropertyIsLessThanOrEqualTo(BinaryComparisonOpType newPropertyIsLessThanOrEqualTo) voidDocumentRootImpl.setPropertyIsNotEqualTo(BinaryComparisonOpType newPropertyIsNotEqualTo) -
Uses of BinaryComparisonOpType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type BinaryComparisonOpTypeModifier and TypeMethodDescriptionFes20Switch.caseBinaryComparisonOpType(BinaryComparisonOpType object) Returns the result of interpreting the object as an instance of 'Binary Comparison Op Type'.booleanFes20Validator.validateBinaryComparisonOpType(BinaryComparisonOpType binaryComparisonOpType, DiagnosticChain diagnostics, Map<Object, Object> context)