public enum WalletType extends java.lang.Enum<WalletType>
| 枚举常量和说明 |
|---|
ASSET |
CHAINAPP |
DAPP |
DEPENDENT |
ENTITY |
INDEPENDENT |
ORGANIZATION |
PERSON |
SERIALNUMBER |
SWCASH |
SWFEE |
SWINTEREST |
SWLOAN |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getIndex() |
static WalletType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static WalletType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public int getIndex()
Copyright © 2018. All Rights Reserved.