Uses of Class
org.teamapps.universaldb.index.numeric.NumericFilterType
-
Packages that use NumericFilterType Package Description org.teamapps.universaldb.index.date org.teamapps.universaldb.index.numeric -
-
Uses of NumericFilterType in org.teamapps.universaldb.index.date
Constructors in org.teamapps.universaldb.index.date with parameters of type NumericFilterType Constructor Description TimestampFilter(NumericFilterType filterType, java.lang.Number value1, java.lang.Number value2)TimestampFilter(NumericFilterType filterType, java.util.List<java.lang.Number> values) -
Uses of NumericFilterType in org.teamapps.universaldb.index.numeric
Methods in org.teamapps.universaldb.index.numeric that return NumericFilterType Modifier and Type Method Description NumericFilterTypeNumericFilter. getFilterType()static NumericFilterTypeNumericFilterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NumericFilterType[]NumericFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.universaldb.index.numeric with parameters of type NumericFilterType Constructor Description NumericFilter(NumericFilterType filterType, java.lang.Number value1, java.lang.Number value2)NumericFilter(NumericFilterType filterType, java.util.List<java.lang.Number> values)
-