Package | Description |
---|---|
org.universAAL.tools.ucc.startup.model |
Modifier and Type | Method and Description |
---|---|
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Role> |
UserAccountInfo.getRole()
Gets the role of a user.
|
List<Role> |
User.getRole()
Gets the role of a user.
|
Modifier and Type | Method and Description |
---|---|
void |
UserAccountInfo.setRole(List<Role> role)
Sets the role of a user.
|
void |
User.setRole(List<Role> role)
Sets the role of a user.
|
Copyright © 2018 universAAL Consortium. All rights reserved.