Uses of Class
org.teamapps.data.value.filter.NumericRangeFilter.Comparator
-
Packages that use NumericRangeFilter.Comparator Package Description org.teamapps.data.value.filter -
-
Uses of NumericRangeFilter.Comparator in org.teamapps.data.value.filter
Methods in org.teamapps.data.value.filter that return NumericRangeFilter.Comparator Modifier and Type Method Description NumericRangeFilter.ComparatorNumericRangeFilter. getComparator()static NumericRangeFilter.ComparatorNumericRangeFilter.Comparator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NumericRangeFilter.Comparator[]NumericRangeFilter.Comparator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.data.value.filter with parameters of type NumericRangeFilter.Comparator Constructor Description NumericRangeFilter(java.lang.String property, java.lang.Double start, java.lang.Double end, NumericRangeFilter.Comparator comparator)
-