public static enum TransactionService.HistoryItem.RawTransactionCase extends java.lang.Enum<TransactionService.HistoryItem.RawTransactionCase>
| Enum Constant and Description |
|---|
RAWTRANSACTION_NOT_SET |
SOLANA_TRANSACTION |
STELLAR_TRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
static TransactionService.HistoryItem.RawTransactionCase |
forNumber(int value) |
int |
getNumber() |
static TransactionService.HistoryItem.RawTransactionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransactionService.HistoryItem.RawTransactionCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionService.HistoryItem.RawTransactionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionService.HistoryItem.RawTransactionCase SOLANA_TRANSACTION
public static final TransactionService.HistoryItem.RawTransactionCase STELLAR_TRANSACTION
public static final TransactionService.HistoryItem.RawTransactionCase RAWTRANSACTION_NOT_SET
public static TransactionService.HistoryItem.RawTransactionCase[] values()
for (TransactionService.HistoryItem.RawTransactionCase c : TransactionService.HistoryItem.RawTransactionCase.values()) System.out.println(c);
public static TransactionService.HistoryItem.RawTransactionCase 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 null@Deprecated public static TransactionService.HistoryItem.RawTransactionCase valueOf(int value)
forNumber(int) instead.public static TransactionService.HistoryItem.RawTransactionCase forNumber(int value)
public int getNumber()