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.fes20Methods in net.opengis.fes20 that return UnaryLogicOpType Modifier and Type Method Description UnaryLogicOpTypeFes20Factory. createUnaryLogicOpType()Returns a new object of class 'Unary Logic Op Type'.UnaryLogicOpTypeDocumentRoot. getNot()Returns the value of the 'Not' containment reference.Methods in net.opengis.fes20 with parameters of type UnaryLogicOpType Modifier and Type Method Description voidDocumentRoot. setNot(UnaryLogicOpType value)Sets the value of the 'Not' containment reference.
- 
Uses of UnaryLogicOpType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement UnaryLogicOpType Modifier and Type Class Description classUnaryLogicOpTypeImplAn implementation of the model object 'Unary Logic Op Type'.Methods in net.opengis.fes20.impl that return UnaryLogicOpType Modifier and Type Method Description UnaryLogicOpTypeFes20FactoryImpl. createUnaryLogicOpType()UnaryLogicOpTypeDocumentRootImpl. getNot()Methods in net.opengis.fes20.impl with parameters of type UnaryLogicOpType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetNot(UnaryLogicOpType newNot, NotificationChain msgs)voidDocumentRootImpl. setNot(UnaryLogicOpType newNot)
- 
Uses of UnaryLogicOpType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type UnaryLogicOpType Modifier and Type Method Description TFes20Switch. caseUnaryLogicOpType(UnaryLogicOpType object)Returns the result of interpreting the object as an instance of 'Unary Logic Op Type'.booleanFes20Validator. validateUnaryLogicOpType(UnaryLogicOpType unaryLogicOpType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-