Uses of Class
nl.b3p.csw.jaxb.filter.ComparisonOperatorType
-
Packages that use ComparisonOperatorType Package Description nl.b3p.csw.jaxb.filter -
-
Uses of ComparisonOperatorType in nl.b3p.csw.jaxb.filter
Fields in nl.b3p.csw.jaxb.filter with type parameters of type ComparisonOperatorType Modifier and Type Field Description protected List<ComparisonOperatorType>ComparisonOperatorsType. comparisonOperatorMethods in nl.b3p.csw.jaxb.filter that return ComparisonOperatorType Modifier and Type Method Description static ComparisonOperatorTypeComparisonOperatorType. fromValue(String v)static ComparisonOperatorTypeComparisonOperatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComparisonOperatorType[]ComparisonOperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.csw.jaxb.filter that return types with arguments of type ComparisonOperatorType Modifier and Type Method Description List<ComparisonOperatorType>ComparisonOperatorsType. getComparisonOperator()Gets the value of the comparisonOperator property.Constructor parameters in nl.b3p.csw.jaxb.filter with type arguments of type ComparisonOperatorType Constructor Description ComparisonOperatorsType(List<ComparisonOperatorType> comparisonOperator)Fully-initialising value constructor
-