Uses of Interface
net.opengis.fes20.BinaryLogicOpType
-
Packages that use BinaryLogicOpType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of BinaryLogicOpType in net.opengis.fes20
Methods in net.opengis.fes20 that return BinaryLogicOpType Modifier and Type Method Description BinaryLogicOpTypeFes20Factory. createBinaryLogicOpType()Returns a new object of class 'Binary Logic Op Type'.BinaryLogicOpTypeDocumentRoot. getAnd()Returns the value of the 'And' containment reference.BinaryLogicOpTypeDocumentRoot. getOr()Returns the value of the 'Or' containment reference.Methods in net.opengis.fes20 with parameters of type BinaryLogicOpType Modifier and Type Method Description voidDocumentRoot. 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 BinaryLogicOpType Modifier and Type Class Description classBinaryLogicOpTypeImplAn implementation of the model object 'Binary Logic Op Type'.Methods in net.opengis.fes20.impl that return BinaryLogicOpType Modifier and Type Method Description BinaryLogicOpTypeFes20FactoryImpl. createBinaryLogicOpType()BinaryLogicOpTypeDocumentRootImpl. getAnd()BinaryLogicOpTypeDocumentRootImpl. getOr()Methods in net.opengis.fes20.impl with parameters of type BinaryLogicOpType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 BinaryLogicOpType Modifier and Type Method Description TFes20Switch. 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)
-