public static enum UserManagement.AgeAuthProperty extends Enum<UserManagement.AgeAuthProperty>
Enum Constant and Description |
---|
ACCOUNT_CI |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static UserManagement.AgeAuthProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserManagement.AgeAuthProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserManagement.AgeAuthProperty ACCOUNT_CI
public String getValue()
public static UserManagement.AgeAuthProperty 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 nullpublic static UserManagement.AgeAuthProperty[] values()
for (UserManagement.AgeAuthProperty c : UserManagement.AgeAuthProperty.values()) System.out.println(c);