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 TypeMethodDescriptionvoidDocumentRoot.setAnd(BinaryLogicOpType value) Sets the value of the 'And' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetAnd(BinaryLogicOpType newAnd, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetOr(BinaryLogicOpType newOr, NotificationChain msgs) voidDocumentRootImpl.setAnd(BinaryLogicOpType newAnd) voidDocumentRootImpl.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'.booleanFes20Validator.validateBinaryLogicOpType(BinaryLogicOpType binaryLogicOpType, DiagnosticChain diagnostics, Map<Object, Object> context)