| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.beans |
| Modifier and Type | Method and Description |
|---|---|
static UserAccount.Status |
UserAccount.Status.fromString(String s) |
UserAccount.Status |
UserAccount.getStatus() |
static UserAccount.Status |
UserAccount.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserAccount.Status[] |
UserAccount.Status.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.setStatus(UserAccount.Status status) |
Copyright © 2022. All rights reserved.