Uses of Interface
net.opengis.fes20.BinaryComparisonOpType
- 
Packages that use BinaryComparisonOpType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of BinaryComparisonOpType in net.opengis.fes20Methods in net.opengis.fes20 that return BinaryComparisonOpType Modifier and Type Method Description BinaryComparisonOpTypeFes20Factory. createBinaryComparisonOpType()Returns a new object of class 'Binary Comparison Op Type'.BinaryComparisonOpTypeDocumentRoot. getPropertyIsEqualTo()Returns the value of the 'Property Is Equal To' containment reference.BinaryComparisonOpTypeDocumentRoot. getPropertyIsGreaterThan()Returns the value of the 'Property Is Greater Than' containment reference.BinaryComparisonOpTypeDocumentRoot. getPropertyIsGreaterThanOrEqualTo()Returns the value of the 'Property Is Greater Than Or Equal To' containment reference.BinaryComparisonOpTypeDocumentRoot. getPropertyIsLessThan()Returns the value of the 'Property Is Less Than' containment reference.BinaryComparisonOpTypeDocumentRoot. getPropertyIsLessThanOrEqualTo()Returns the value of the 'Property Is Less Than Or Equal To' containment reference.BinaryComparisonOpTypeDocumentRoot. getPropertyIsNotEqualTo()Returns the value of the 'Property Is Not Equal To' containment reference.Methods in net.opengis.fes20 with parameters of type BinaryComparisonOpType Modifier and Type Method Description voidDocumentRoot. 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.implClasses in net.opengis.fes20.impl that implement BinaryComparisonOpType Modifier and Type Class Description classBinaryComparisonOpTypeImplAn implementation of the model object 'Binary Comparison Op Type'.Methods in net.opengis.fes20.impl that return BinaryComparisonOpType Modifier and Type Method Description BinaryComparisonOpTypeFes20FactoryImpl. createBinaryComparisonOpType()BinaryComparisonOpTypeDocumentRootImpl. getPropertyIsEqualTo()BinaryComparisonOpTypeDocumentRootImpl. getPropertyIsGreaterThan()BinaryComparisonOpTypeDocumentRootImpl. getPropertyIsGreaterThanOrEqualTo()BinaryComparisonOpTypeDocumentRootImpl. getPropertyIsLessThan()BinaryComparisonOpTypeDocumentRootImpl. getPropertyIsLessThanOrEqualTo()BinaryComparisonOpTypeDocumentRootImpl. getPropertyIsNotEqualTo()Methods in net.opengis.fes20.impl with parameters of type BinaryComparisonOpType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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.utilMethods in net.opengis.fes20.util with parameters of type BinaryComparisonOpType Modifier and Type Method Description TFes20Switch. 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)
 
-