Uses of Interface
net.opengis.fes20.LogicalOperatorsType
- 
Packages that use LogicalOperatorsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of LogicalOperatorsType in net.opengis.fes20Methods in net.opengis.fes20 that return LogicalOperatorsType Modifier and Type Method Description LogicalOperatorsTypeFes20Factory. createLogicalOperatorsType()Returns a new object of class 'Logical Operators Type'.LogicalOperatorsTypeDocumentRoot. getLogicalOperators()Returns the value of the 'Logical Operators' containment reference.LogicalOperatorsTypeScalarCapabilitiesType. getLogicalOperators()Returns the value of the 'Logical Operators' containment reference.Methods in net.opengis.fes20 with parameters of type LogicalOperatorsType Modifier and Type Method Description voidDocumentRoot. setLogicalOperators(LogicalOperatorsType value)Sets the value of the 'Logical Operators' containment reference.voidScalarCapabilitiesType. setLogicalOperators(LogicalOperatorsType value)Sets the value of the 'Logical Operators' containment reference.
- 
Uses of LogicalOperatorsType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement LogicalOperatorsType Modifier and Type Class Description classLogicalOperatorsTypeImplAn implementation of the model object 'Logical Operators Type'.Fields in net.opengis.fes20.impl declared as LogicalOperatorsType Modifier and Type Field Description protected LogicalOperatorsTypeScalarCapabilitiesTypeImpl. logicalOperatorsThe cached value of the 'Logical Operators' containment reference.Methods in net.opengis.fes20.impl that return LogicalOperatorsType Modifier and Type Method Description LogicalOperatorsTypeFes20FactoryImpl. createLogicalOperatorsType()LogicalOperatorsTypeDocumentRootImpl. getLogicalOperators()LogicalOperatorsTypeScalarCapabilitiesTypeImpl. getLogicalOperators()Methods in net.opengis.fes20.impl with parameters of type LogicalOperatorsType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLogicalOperators(LogicalOperatorsType newLogicalOperators, NotificationChain msgs)NotificationChainScalarCapabilitiesTypeImpl. basicSetLogicalOperators(LogicalOperatorsType newLogicalOperators, NotificationChain msgs)voidDocumentRootImpl. setLogicalOperators(LogicalOperatorsType newLogicalOperators)voidScalarCapabilitiesTypeImpl. setLogicalOperators(LogicalOperatorsType newLogicalOperators)
- 
Uses of LogicalOperatorsType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type LogicalOperatorsType Modifier and Type Method Description TFes20Switch. caseLogicalOperatorsType(LogicalOperatorsType object)Returns the result of interpreting the object as an instance of 'Logical Operators Type'.booleanFes20Validator. validateLogicalOperatorsType(LogicalOperatorsType logicalOperatorsType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-