public enum SmartLoginOption extends java.lang.Enum<SmartLoginOption>
| Enum Constant and Description |
|---|
Enabled |
None |
RequireConfirm |
| Modifier and Type | Field and Description |
|---|---|
static java.util.EnumSet<SmartLoginOption> |
ALL |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static java.util.EnumSet<SmartLoginOption> |
parseOptions(long bitmask) |
static SmartLoginOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmartLoginOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmartLoginOption None
public static final SmartLoginOption Enabled
public static final SmartLoginOption RequireConfirm
public static final java.util.EnumSet<SmartLoginOption> ALL
public static SmartLoginOption[] values()
for (SmartLoginOption c : SmartLoginOption.values()) System.out.println(c);
public static SmartLoginOption valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.util.EnumSet<SmartLoginOption> parseOptions(long bitmask)
public long getValue()