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