| Modifier and Type | Method and Description |
|---|---|
UserStatus |
User.getStatus()
Return the user status
|
UserStatus |
UserCreator.getUserStatus() |
static UserStatus |
UserStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserStatus[] |
UserStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setStatus(UserStatus status)
Get the user status
|
void |
UserCreator.setUserStatus(UserStatus userStatus) |
Copyright © 2018 Eclipse.org. All rights reserved.