Uses of Class
net.anotheria.anosite.gen.shared.data.TimeControlEnum
-
Packages that use TimeControlEnum Package Description net.anotheria.anosite.gen.shared.data -
-
Uses of TimeControlEnum in net.anotheria.anosite.gen.shared.data
Methods in net.anotheria.anosite.gen.shared.data that return TimeControlEnum Modifier and Type Method Description static TimeControlEnumTimeControlEnum. getConstantByValue(int value)static TimeControlEnumTimeControlEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimeControlEnum[]TimeControlEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-