Uses of Interface
net.opengis.fes20.UnaryLogicOpType
Packages that use UnaryLogicOpType
-
Uses of UnaryLogicOpType in net.opengis.fes20
Methods in net.opengis.fes20 that return UnaryLogicOpTypeModifier and TypeMethodDescriptionFes20Factory.createUnaryLogicOpType()
Returns a new object of class 'Unary Logic Op Type'.DocumentRoot.getNot()
Returns the value of the 'Not' containment reference.Methods in net.opengis.fes20 with parameters of type UnaryLogicOpTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setNot
(UnaryLogicOpType value) Sets the value of the 'Not
' containment reference. -
Uses of UnaryLogicOpType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement UnaryLogicOpTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Unary Logic Op Type'.Methods in net.opengis.fes20.impl that return UnaryLogicOpTypeModifier and TypeMethodDescriptionFes20FactoryImpl.createUnaryLogicOpType()
DocumentRootImpl.getNot()
Methods in net.opengis.fes20.impl with parameters of type UnaryLogicOpTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetNot
(UnaryLogicOpType newNot, NotificationChain msgs) void
DocumentRootImpl.setNot
(UnaryLogicOpType newNot) -
Uses of UnaryLogicOpType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type UnaryLogicOpTypeModifier and TypeMethodDescriptionFes20Switch.caseUnaryLogicOpType
(UnaryLogicOpType object) Returns the result of interpreting the object as an instance of 'Unary Logic Op Type'.boolean
Fes20Validator.validateUnaryLogicOpType
(UnaryLogicOpType unaryLogicOpType, DiagnosticChain diagnostics, Map<Object, Object> context)