Enum Constant and Description |
---|
ACCOUNT_CONTROL |
ACCOUNTS |
ADDONS |
AE |
ALIASES |
BLOCKS |
CREATE_TRANSACTION |
DATA |
DEBUG |
DGS |
FORGING |
INFO |
MESSAGES |
MS |
NETWORK |
PHASING |
SEARCH |
SHUFFLING |
TOKENS |
TRANSACTIONS |
UTILS |
VS |
Modifier and Type | Method and Description |
---|---|
static APITag |
fromDisplayName(java.lang.String displayName) |
java.lang.String |
getDisplayName() |
java.lang.String |
toString() |
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 ACCOUNT_CONTROL
public static final APITag ALIASES
public static final APITag AE
public static final APITag BLOCKS
public static final APITag CREATE_TRANSACTION
public static final APITag DGS
public static final APITag FORGING
public static final APITag MESSAGES
public static final APITag MS
public static final APITag NETWORK
public static final APITag PHASING
public static final APITag SEARCH
public static final APITag INFO
public static final APITag SHUFFLING
public static final APITag DATA
public static final APITag TOKENS
public static final APITag TRANSACTIONS
public static final APITag VS
public static final APITag UTILS
public static final APITag DEBUG
public static final APITag ADDONS
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 static APITag fromDisplayName(java.lang.String displayName)
public java.lang.String getDisplayName()
public java.lang.String toString()
toString
in class java.lang.Enum<APITag>