Uses of Class
edu.wisc.game.sql.Role.Name
-
Packages that use Role.Name Package Description edu.wisc.game.sql Persistent data structures -
-
Uses of Role.Name in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return Role.Name Modifier and Type Method Description Role.Name
Role. getERole()
static Role.Name
Role.Name. valueOf(String name)
Returns the enum constant of this type with the specified name.static Role.Name[]
Role.Name. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.wisc.game.sql with parameters of type Role.Name Modifier and Type Method Description void
Role. setRole(Role.Name x)
-