public static enum Business.EnumTwoFactorType extends Enum<Business.EnumTwoFactorType>
| Enum Constant and Description |
|---|
VALUE_ADMIN_REQUIRED |
VALUE_ALL_REQUIRED |
VALUE_NONE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Business.EnumTwoFactorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Business.EnumTwoFactorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Business.EnumTwoFactorType VALUE_ADMIN_REQUIRED
public static final Business.EnumTwoFactorType VALUE_ALL_REQUIRED
public static final Business.EnumTwoFactorType VALUE_NONE
public static Business.EnumTwoFactorType[] values()
for (Business.EnumTwoFactorType c : Business.EnumTwoFactorType.values()) System.out.println(c);
public static Business.EnumTwoFactorType 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 String toString()
toString in class Enum<Business.EnumTwoFactorType>Copyright © 2020. All rights reserved.