Package | Description |
---|---|
ch.gbssg.app.model | |
ch.gbssg.app.util |
Modifier and Type | Method and Description |
---|---|
UserRoll |
User.getRolle() |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<UserRoll> |
User.getRolleProperty() |
Modifier and Type | Method and Description |
---|---|
void |
User.setRolle(UserRoll rolle) |
Modifier and Type | Method and Description |
---|---|
static UserRoll |
UserRoll.convert(int id)
convert a int value to enum state
|
static UserRoll |
UserRoll.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserRoll[] |
UserRoll.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|