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.NameRole. getERole()static Role.NameRole.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 booleanUser. hasAnyRole(Role.Name[] names)Does this user have any of the roles in the specifed list?booleanUser. hasRole(Role.Name name)voidRole. setRole(Role.Name x)