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 BinaryLogicOpType
Fes20Factory. createBinaryLogicOpType()
Returns a new object of class 'Binary Logic Op Type'.BinaryLogicOpType
DocumentRoot. getAnd()
Returns the value of the 'And' containment reference.BinaryLogicOpType
DocumentRoot. getOr()
Returns the value of the 'Or' containment reference.Methods in net.opengis.fes20 with parameters of type BinaryLogicOpType Modifier and Type Method Description void
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 BinaryLogicOpType Modifier and Type Class Description class
BinaryLogicOpTypeImpl
An implementation of the model object 'Binary Logic Op Type'.Methods in net.opengis.fes20.impl that return BinaryLogicOpType Modifier and Type Method Description BinaryLogicOpType
Fes20FactoryImpl. createBinaryLogicOpType()
BinaryLogicOpType
DocumentRootImpl. getAnd()
BinaryLogicOpType
DocumentRootImpl. getOr()
Methods in net.opengis.fes20.impl with parameters of type BinaryLogicOpType Modifier and Type Method Description NotificationChain
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 BinaryLogicOpType Modifier and Type Method Description T
Fes20Switch. 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)
-