Uses of Class
net.sf.jasperreports.components.sort.FilterTypeNumericOperatorsEnum
-
Packages that use FilterTypeNumericOperatorsEnum Package Description net.sf.jasperreports.components.sort Contains classes for the built-in Sort component. -
-
Uses of FilterTypeNumericOperatorsEnum in net.sf.jasperreports.components.sort
Methods in net.sf.jasperreports.components.sort that return FilterTypeNumericOperatorsEnum Modifier and Type Method Description static FilterTypeNumericOperatorsEnumFilterTypeNumericOperatorsEnum. getByEnumConstantName(java.lang.String name)static FilterTypeNumericOperatorsEnumFilterTypeNumericOperatorsEnum. getByName(java.lang.String name)static FilterTypeNumericOperatorsEnumFilterTypeNumericOperatorsEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterTypeNumericOperatorsEnum[]FilterTypeNumericOperatorsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-