public static enum HistoryTransaction.Type extends java.lang.Enum<HistoryTransaction.Type>
| Enum Constant and Description |
|---|
BuyCoin |
CreateCoin |
DeclareCandidacy |
Delegate |
RedeemCheck |
SellAllCoins |
SellCoin |
Send |
SetCandidateOffline |
SetCandidateOnline |
Unbond |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getCls() |
static HistoryTransaction.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HistoryTransaction.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryTransaction.Type Send
public static final HistoryTransaction.Type SellCoin
public static final HistoryTransaction.Type SellAllCoins
public static final HistoryTransaction.Type BuyCoin
public static final HistoryTransaction.Type CreateCoin
public static final HistoryTransaction.Type DeclareCandidacy
public static final HistoryTransaction.Type Delegate
public static final HistoryTransaction.Type Unbond
public static final HistoryTransaction.Type RedeemCheck
public static final HistoryTransaction.Type SetCandidateOnline
public static final HistoryTransaction.Type SetCandidateOffline
public static HistoryTransaction.Type[] values()
for (HistoryTransaction.Type c : HistoryTransaction.Type.values()) System.out.println(c);
public static HistoryTransaction.Type 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.Class<?> getCls()