Uses of Class
nl.b3p.csw.jaxb.filter.ArithmeticOperatorsType
-
Packages that use ArithmeticOperatorsType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of ArithmeticOperatorsType in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter declared as ArithmeticOperatorsType Modifier and Type Field Description protected ArithmeticOperatorsTypeScalarCapabilitiesType. arithmeticOperatorsMethods in nl.b3p.csw.jaxb.filter that return ArithmeticOperatorsType Modifier and Type Method Description ArithmeticOperatorsTypeObjectFactory. createArithmeticOperatorsType()Create an instance ofArithmeticOperatorsTypeArithmeticOperatorsTypeScalarCapabilitiesType. getArithmeticOperators()Gets the value of the arithmeticOperators property.Methods in nl.b3p.csw.jaxb.filter with parameters of type ArithmeticOperatorsType Modifier and Type Method Description voidScalarCapabilitiesType. setArithmeticOperators(ArithmeticOperatorsType value)Sets the value of the arithmeticOperators property.Constructors in nl.b3p.csw.jaxb.filter with parameters of type ArithmeticOperatorsType Constructor Description ScalarCapabilitiesType(LogicalOperators logicalOperators, ComparisonOperatorsType comparisonOperators, ArithmeticOperatorsType arithmeticOperators)Fully-initialising value constructor
-