Enum Constant and Description |
---|
ACCOUNTS |
AE |
ALIASES |
BLOCKS |
CREATE_TRANSACTION |
DGS |
FORGING |
INFO |
MESSAGES |
TOKENS |
TRANSACTIONS |
VS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName() |
static APITag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APITag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APITag ACCOUNTS
public static final APITag ALIASES
public static final APITag AE
public static final APITag CREATE_TRANSACTION
public static final APITag BLOCKS
public static final APITag DGS
public static final APITag FORGING
public static final APITag INFO
public static final APITag MESSAGES
public static final APITag TRANSACTIONS
public static final APITag TOKENS
public static final APITag VS
public static APITag[] values()
for (APITag c : APITag.values()) System.out.println(c);
public static APITag 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 java.lang.String getDisplayName()