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.fes20
Methods in net.opengis.fes20 that return BinaryComparisonOpType Modifier and Type Method Description BinaryComparisonOpType
Fes20Factory. createBinaryComparisonOpType()
Returns a new object of class 'Binary Comparison Op Type'.BinaryComparisonOpType
DocumentRoot. getPropertyIsEqualTo()
Returns the value of the 'Property Is Equal To' containment reference.BinaryComparisonOpType
DocumentRoot. getPropertyIsGreaterThan()
Returns the value of the 'Property Is Greater Than' containment reference.BinaryComparisonOpType
DocumentRoot. getPropertyIsGreaterThanOrEqualTo()
Returns the value of the 'Property Is Greater Than Or Equal To' containment reference.BinaryComparisonOpType
DocumentRoot. getPropertyIsLessThan()
Returns the value of the 'Property Is Less Than' containment reference.BinaryComparisonOpType
DocumentRoot. getPropertyIsLessThanOrEqualTo()
Returns the value of the 'Property Is Less Than Or Equal To' containment reference.BinaryComparisonOpType
DocumentRoot. 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 void
DocumentRoot. setPropertyIsEqualTo(BinaryComparisonOpType value)
Sets the value of the 'Property Is Equal To
' containment reference.void
DocumentRoot. setPropertyIsGreaterThan(BinaryComparisonOpType value)
Sets the value of the 'Property Is Greater Than
' containment reference.void
DocumentRoot. setPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType value)
Sets the value of the 'Property Is Greater Than Or Equal To
' containment reference.void
DocumentRoot. setPropertyIsLessThan(BinaryComparisonOpType value)
Sets the value of the 'Property Is Less Than
' containment reference.void
DocumentRoot. setPropertyIsLessThanOrEqualTo(BinaryComparisonOpType value)
Sets the value of the 'Property Is Less Than Or Equal To
' containment reference.void
DocumentRoot. 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 BinaryComparisonOpType Modifier and Type Class Description class
BinaryComparisonOpTypeImpl
An implementation of the model object 'Binary Comparison Op Type'.Methods in net.opengis.fes20.impl that return BinaryComparisonOpType Modifier and Type Method Description BinaryComparisonOpType
Fes20FactoryImpl. createBinaryComparisonOpType()
BinaryComparisonOpType
DocumentRootImpl. getPropertyIsEqualTo()
BinaryComparisonOpType
DocumentRootImpl. getPropertyIsGreaterThan()
BinaryComparisonOpType
DocumentRootImpl. getPropertyIsGreaterThanOrEqualTo()
BinaryComparisonOpType
DocumentRootImpl. getPropertyIsLessThan()
BinaryComparisonOpType
DocumentRootImpl. getPropertyIsLessThanOrEqualTo()
BinaryComparisonOpType
DocumentRootImpl. getPropertyIsNotEqualTo()
Methods in net.opengis.fes20.impl with parameters of type BinaryComparisonOpType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPropertyIsEqualTo(BinaryComparisonOpType newPropertyIsEqualTo, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetPropertyIsGreaterThan(BinaryComparisonOpType newPropertyIsGreaterThan, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType newPropertyIsGreaterThanOrEqualTo, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetPropertyIsLessThan(BinaryComparisonOpType newPropertyIsLessThan, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetPropertyIsLessThanOrEqualTo(BinaryComparisonOpType newPropertyIsLessThanOrEqualTo, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetPropertyIsNotEqualTo(BinaryComparisonOpType newPropertyIsNotEqualTo, NotificationChain msgs)
void
DocumentRootImpl. setPropertyIsEqualTo(BinaryComparisonOpType newPropertyIsEqualTo)
void
DocumentRootImpl. setPropertyIsGreaterThan(BinaryComparisonOpType newPropertyIsGreaterThan)
void
DocumentRootImpl. setPropertyIsGreaterThanOrEqualTo(BinaryComparisonOpType newPropertyIsGreaterThanOrEqualTo)
void
DocumentRootImpl. setPropertyIsLessThan(BinaryComparisonOpType newPropertyIsLessThan)
void
DocumentRootImpl. setPropertyIsLessThanOrEqualTo(BinaryComparisonOpType newPropertyIsLessThanOrEqualTo)
void
DocumentRootImpl. setPropertyIsNotEqualTo(BinaryComparisonOpType newPropertyIsNotEqualTo)
-
Uses of BinaryComparisonOpType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type BinaryComparisonOpType Modifier and Type Method Description T
Fes20Switch. caseBinaryComparisonOpType(BinaryComparisonOpType object)
Returns the result of interpreting the object as an instance of 'Binary Comparison Op Type'.boolean
Fes20Validator. validateBinaryComparisonOpType(BinaryComparisonOpType binaryComparisonOpType, DiagnosticChain diagnostics, Map<Object,Object> context)
-