public enum LedgerTransactionPriorityEnum extends Enum<LedgerTransactionPriorityEnum>
| Enum Constant and Description |
|---|
FAST |
MEDIUM |
SLOW |
VERYFAST |
VERYSLOW |
| Modifier and Type | Method and Description |
|---|---|
int |
getPermille() |
static LedgerTransactionPriorityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LedgerTransactionPriorityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LedgerTransactionPriorityEnum VERYSLOW
public static final LedgerTransactionPriorityEnum SLOW
public static final LedgerTransactionPriorityEnum MEDIUM
public static final LedgerTransactionPriorityEnum FAST
public static final LedgerTransactionPriorityEnum VERYFAST
public static LedgerTransactionPriorityEnum[] values()
for (LedgerTransactionPriorityEnum c : LedgerTransactionPriorityEnum.values()) System.out.println(c);
public static LedgerTransactionPriorityEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getPermille()
Copyright © 2019. All rights reserved.