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