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