Uses of Interface
net.opengis.fes20.UnaryLogicOpType
-
Packages that use UnaryLogicOpType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of UnaryLogicOpType in net.opengis.fes20
Methods in net.opengis.fes20 that return UnaryLogicOpType Modifier and Type Method Description UnaryLogicOpType
Fes20Factory. createUnaryLogicOpType()
Returns a new object of class 'Unary Logic Op Type'.UnaryLogicOpType
DocumentRoot. getNot()
Returns the value of the 'Not' containment reference.Methods in net.opengis.fes20 with parameters of type UnaryLogicOpType Modifier and Type Method Description void
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 UnaryLogicOpType Modifier and Type Class Description class
UnaryLogicOpTypeImpl
An implementation of the model object 'Unary Logic Op Type'.Methods in net.opengis.fes20.impl that return UnaryLogicOpType Modifier and Type Method Description UnaryLogicOpType
Fes20FactoryImpl. createUnaryLogicOpType()
UnaryLogicOpType
DocumentRootImpl. getNot()
Methods in net.opengis.fes20.impl with parameters of type UnaryLogicOpType Modifier and Type Method Description NotificationChain
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 UnaryLogicOpType Modifier and Type Method Description T
Fes20Switch. 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)
-