Uses of Class
nl.b3p.csw.jaxb.filter.LogicalOperators
-
Packages that use LogicalOperators Package Description nl.b3p.csw.jaxb.filter -
-
Uses of LogicalOperators in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter declared as LogicalOperators Modifier and Type Field Description protected LogicalOperatorsScalarCapabilitiesType. logicalOperatorsMethods in nl.b3p.csw.jaxb.filter that return LogicalOperators Modifier and Type Method Description LogicalOperatorsObjectFactory. createLogicalOperators()Create an instance ofLogicalOperatorsLogicalOperatorsScalarCapabilitiesType. getLogicalOperators()Gets the value of the logicalOperators property.Methods in nl.b3p.csw.jaxb.filter with parameters of type LogicalOperators Modifier and Type Method Description voidScalarCapabilitiesType. setLogicalOperators(LogicalOperators value)Sets the value of the logicalOperators property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type LogicalOperators Constructor Description ScalarCapabilitiesType(LogicalOperators logicalOperators, ComparisonOperatorsType comparisonOperators, ArithmeticOperatorsType arithmeticOperators)Fully-initialising value constructor
-