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