Uses of Class
edu.wisc.game.sql.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 boolean
User. hasAnyRole(Role.Name[] names)
Does this user have any of the roles in the specifed list?boolean
User. hasRole(Role.Name name)
void
Role. setRole(Role.Name x)