Uses of Interface
net.opengis.fes20.BinaryLogicOpType
Packages that use BinaryLogicOpType
-
Uses of BinaryLogicOpType in net.opengis.fes20
Methods in net.opengis.fes20 that return BinaryLogicOpTypeModifier and TypeMethodDescriptionFes20Factory.createBinaryLogicOpType()
Returns a new object of class 'Binary Logic Op Type'.DocumentRoot.getAnd()
Returns the value of the 'And' containment reference.DocumentRoot.getOr()
Returns the value of the 'Or' containment reference.Methods in net.opengis.fes20 with parameters of type BinaryLogicOpTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setAnd
(BinaryLogicOpType value) Sets the value of the 'And
' containment reference.void
DocumentRoot.setOr
(BinaryLogicOpType value) Sets the value of the 'Or
' containment reference. -
Uses of BinaryLogicOpType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement BinaryLogicOpTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Binary Logic Op Type'.Methods in net.opengis.fes20.impl that return BinaryLogicOpTypeModifier and TypeMethodDescriptionFes20FactoryImpl.createBinaryLogicOpType()
DocumentRootImpl.getAnd()
DocumentRootImpl.getOr()
Methods in net.opengis.fes20.impl with parameters of type BinaryLogicOpTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAnd
(BinaryLogicOpType newAnd, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetOr
(BinaryLogicOpType newOr, NotificationChain msgs) void
DocumentRootImpl.setAnd
(BinaryLogicOpType newAnd) void
DocumentRootImpl.setOr
(BinaryLogicOpType newOr) -
Uses of BinaryLogicOpType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type BinaryLogicOpTypeModifier and TypeMethodDescriptionFes20Switch.caseBinaryLogicOpType
(BinaryLogicOpType object) Returns the result of interpreting the object as an instance of 'Binary Logic Op Type'.boolean
Fes20Validator.validateBinaryLogicOpType
(BinaryLogicOpType binaryLogicOpType, DiagnosticChain diagnostics, Map<Object, Object> context)