Uses of Class
tech.becoming.common.enums.HoursWithPM
-
Packages that use HoursWithPM Package Description tech.becoming.common.enums -
-
Uses of HoursWithPM in tech.becoming.common.enums
Methods in tech.becoming.common.enums that return HoursWithPM Modifier and Type Method Description static HoursWithPMHoursWithPM. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HoursWithPM[]HoursWithPM. values()Returns an array containing the constants of this enum type, in the order they are declared.
-