public static enum BasicUser.AccountType extends Enum<BasicUser.AccountType>
| Modifier and Type | Method and Description |
|---|---|
static BasicUser.AccountType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicUser.AccountType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicUser.AccountType LOCAL
public static final BasicUser.AccountType LDAP
public static final BasicUser.AccountType GOOGLE
public static final BasicUser.AccountType SYSTEM
public static BasicUser.AccountType[] values()
for (BasicUser.AccountType c : BasicUser.AccountType.values()) System.out.println(c);
public static BasicUser.AccountType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 Global Crop Diversity Trust. All rights reserved.