Uses of Class
org.rspeer.game.web.util.Setting
-
Packages that use Setting Package Description org.rspeer.game.web.util -
-
Uses of Setting in org.rspeer.game.web.util
Methods in org.rspeer.game.web.util that return Setting Modifier and Type Method Description static Setting
Setting. valueOf(String name)
Returns the enum constant of this type with the specified name.static Setting[]
Setting. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-