public enum WalletType extends Enum<WalletType>
| Enum Constant and Description |
|---|
ASSET |
CHAINAPP |
DAPP |
DEPENDENT |
ENTITY |
INDEPENDENT |
ORGANIZATION |
PERSON |
SERIALNUMBER |
SWCASH |
SWFEE |
SWINTEREST |
SWLOAN |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
static WalletType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WalletType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WalletType ASSET
public static final WalletType ENTITY
public static final WalletType ORGANIZATION
public static final WalletType PERSON
public static final WalletType INDEPENDENT
public static final WalletType DEPENDENT
public static final WalletType SERIALNUMBER
public static final WalletType SWCASH
public static final WalletType SWFEE
public static final WalletType SWLOAN
public static final WalletType SWINTEREST
public static final WalletType DAPP
public static final WalletType CHAINAPP
public static WalletType[] values()
for (WalletType c : WalletType.values()) System.out.println(c);
public static WalletType 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 int getIndex()
Copyright © 2018. All rights reserved.