Uses of Class
net.sf.jasperreports.types.date.CalendarUnit
-
Packages that use CalendarUnit Package Description net.sf.jasperreports.types.date Provides the built-inDateRangetype implementation. -
-
Uses of CalendarUnit in net.sf.jasperreports.types.date
Methods in net.sf.jasperreports.types.date that return CalendarUnit Modifier and Type Method Description static CalendarUnitCalendarUnit. fromValue(String unitName)static CalendarUnitCalendarUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static CalendarUnit[]CalendarUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.
-