|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserRole | |
---|---|
com.hack23.cia.model.internal.application.user.impl |
Uses of UserRole in com.hack23.cia.model.internal.application.user.impl |
---|
Fields in com.hack23.cia.model.internal.application.user.impl declared as UserRole | |
---|---|
protected UserRole |
User.role
|
Fields in com.hack23.cia.model.internal.application.user.impl with type parameters of type UserRole | |
---|---|
static javax.persistence.metamodel.SingularAttribute<User,UserRole> |
User_.role
|
Methods in com.hack23.cia.model.internal.application.user.impl that return UserRole | |
---|---|
static UserRole |
UserRole.fromValue(String v)
|
UserRole |
User.getRole()
Gets the value of the role 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. |
Methods in com.hack23.cia.model.internal.application.user.impl with parameters of type UserRole | |
---|---|
void |
User.setRole(UserRole value)
Sets the value of the role property. |
User |
User.withRole(UserRole value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |