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