public static enum ExplorerTransactionRepository.TxFilter extends java.lang.Enum<ExplorerTransactionRepository.TxFilter>
| Modifier and Type | Method and Description |
|---|---|
static ExplorerTransactionRepository.TxFilter |
find(java.lang.String val) |
static ExplorerTransactionRepository.TxFilter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExplorerTransactionRepository.TxFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExplorerTransactionRepository.TxFilter None
public static final ExplorerTransactionRepository.TxFilter Incoming
public static final ExplorerTransactionRepository.TxFilter Outgoing
public static ExplorerTransactionRepository.TxFilter[] values()
for (ExplorerTransactionRepository.TxFilter c : ExplorerTransactionRepository.TxFilter.values()) System.out.println(c);
public static ExplorerTransactionRepository.TxFilter 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 ExplorerTransactionRepository.TxFilter find(java.lang.String val)