Uses of Interface
net.opengis.fes20.LogicOpsType
-
Packages that use LogicOpsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of LogicOpsType in net.opengis.fes20
Subinterfaces of LogicOpsType in net.opengis.fes20 Modifier and Type Interface Description interface
BinaryLogicOpType
A representation of the model object 'Binary Logic Op Type'.interface
UnaryLogicOpType
A representation of the model object 'Unary Logic Op Type'.Methods in net.opengis.fes20 that return LogicOpsType Modifier and Type Method Description LogicOpsType
DocumentRoot. getLogicOps()
Returns the value of the 'Logic Ops' containment reference.LogicOpsType
FilterType. getLogicOps()
Returns the value of the 'Logic Ops' containment reference.LogicOpsType
UnaryLogicOpType. getLogicOps()
Returns the value of the 'Logic Ops' containment reference.Methods in net.opengis.fes20 that return types with arguments of type LogicOpsType Modifier and Type Method Description EList<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 LogicOpsType Modifier and Type Class Description class
BinaryLogicOpTypeImpl
An implementation of the model object 'Binary Logic Op Type'.class
LogicOpsTypeImpl
An implementation of the model object 'Logic Ops Type'.class
UnaryLogicOpTypeImpl
An implementation of the model object 'Unary Logic Op Type'.Methods in net.opengis.fes20.impl that return LogicOpsType Modifier and Type Method Description LogicOpsType
DocumentRootImpl. getLogicOps()
LogicOpsType
FilterTypeImpl. getLogicOps()
LogicOpsType
UnaryLogicOpTypeImpl. getLogicOps()
Methods in net.opengis.fes20.impl that return types with arguments of type LogicOpsType Modifier and Type Method Description EList<LogicOpsType>
BinaryLogicOpTypeImpl. getLogicOps()
Methods in net.opengis.fes20.impl with parameters of type LogicOpsType Modifier and Type Method Description NotificationChain
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 LogicOpsType Modifier and Type Method Description T
Fes20Switch. 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)
-