Uses of Interface
net.opengis.fes20.LogicOpsType
Packages that use LogicOpsType
-
Uses of LogicOpsType in net.opengis.fes20
Subinterfaces of LogicOpsType in net.opengis.fes20Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Binary Logic Op Type'.interface
A representation of the model object 'Unary Logic Op Type'.Methods in net.opengis.fes20 that return LogicOpsTypeModifier and TypeMethodDescriptionDocumentRoot.getLogicOps()
Returns the value of the 'Logic Ops' containment reference.FilterType.getLogicOps()
Returns the value of the 'Logic Ops' containment reference.UnaryLogicOpType.getLogicOps()
Returns the value of the 'Logic Ops' containment reference.Methods in net.opengis.fes20 that return types with arguments of type LogicOpsTypeModifier and TypeMethodDescriptionEList<LogicOpsType>
BinaryLogicOpType.getLogicOps()
Returns the value of the 'Logic Ops' containment reference list. -
Uses of LogicOpsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement LogicOpsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Binary Logic Op Type'.class
An implementation of the model object 'Logic Ops Type'.class
An implementation of the model object 'Unary Logic Op Type'.Methods in net.opengis.fes20.impl that return LogicOpsTypeModifier and TypeMethodDescriptionDocumentRootImpl.getLogicOps()
FilterTypeImpl.getLogicOps()
UnaryLogicOpTypeImpl.getLogicOps()
Methods in net.opengis.fes20.impl that return types with arguments of type LogicOpsTypeMethods in net.opengis.fes20.impl with parameters of type LogicOpsTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetLogicOps
(LogicOpsType newLogicOps, NotificationChain msgs) NotificationChain
FilterTypeImpl.basicSetLogicOps
(LogicOpsType newLogicOps, NotificationChain msgs) NotificationChain
UnaryLogicOpTypeImpl.basicSetLogicOps
(LogicOpsType newLogicOps, NotificationChain msgs) -
Uses of LogicOpsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type LogicOpsTypeModifier and TypeMethodDescriptionFes20Switch.caseLogicOpsType
(LogicOpsType object) Returns the result of interpreting the object as an instance of 'Logic Ops Type'.boolean
Fes20Validator.validateLogicOpsType
(LogicOpsType logicOpsType, DiagnosticChain diagnostics, Map<Object, Object> context)