| Package | Description |
|---|---|
| com.hack23.cia.model.internal.application.user.impl |
| Modifier and Type | Field and Description |
|---|---|
protected UserRole |
UserAccount.userRole |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<UserAccount,UserRole> |
UserAccount_.userRole |
| Modifier and Type | Method and Description |
|---|---|
static UserRole |
UserRole.fromValue(String v) |
UserRole |
UserAccount.getUserRole()
Gets the value of the userRole property.
|
static UserRole |
UserRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRole[] |
UserRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserAccount.setUserRole(UserRole value)
Sets the value of the userRole property.
|
UserAccount |
UserAccount.withUserRole(UserRole value) |
Copyright © 2010–2017 www.hack23.com. All rights reserved.