@ApiAudience.Public @ApiStability.Unstable @Deprecated public enum WalletType extends java.lang.Enum<WalletType>
Enum Constant and Description |
---|
Naive
Deprecated.
|
Secure
Deprecated.
|
ServerKeyStore
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static WalletType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WalletType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WalletType Naive
public static final WalletType Secure
public static final WalletType ServerKeyStore
public static WalletType[] values()
for (WalletType c : WalletType.values()) System.out.println(c);
public static WalletType 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