public static enum AccountLedger.LedgerEvent extends java.lang.Enum<AccountLedger.LedgerEvent>
Modifier and Type | Method and Description |
---|---|
static AccountLedger.LedgerEvent |
fromCode(int code)
Get the event from the event code
|
int |
getCode()
Return the event code
|
boolean |
isTransaction()
Check if the event identifier is a transaction
|
static AccountLedger.LedgerEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountLedger.LedgerEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountLedger.LedgerEvent BLOCK_GENERATED
public static final AccountLedger.LedgerEvent REJECT_PHASED_TRANSACTION
public static final AccountLedger.LedgerEvent TRANSACTION_FEE
public static final AccountLedger.LedgerEvent ORDINARY_PAYMENT
public static final AccountLedger.LedgerEvent ACCOUNT_INFO
public static final AccountLedger.LedgerEvent ALIAS_ASSIGNMENT
public static final AccountLedger.LedgerEvent ALIAS_BUY
public static final AccountLedger.LedgerEvent ALIAS_DELETE
public static final AccountLedger.LedgerEvent ALIAS_SELL
public static final AccountLedger.LedgerEvent ARBITRARY_MESSAGE
public static final AccountLedger.LedgerEvent HUB_ANNOUNCEMENT
public static final AccountLedger.LedgerEvent PHASING_VOTE_CASTING
public static final AccountLedger.LedgerEvent POLL_CREATION
public static final AccountLedger.LedgerEvent VOTE_CASTING
public static final AccountLedger.LedgerEvent ACCOUNT_PROPERTY
public static final AccountLedger.LedgerEvent ACCOUNT_PROPERTY_DELETE
public static final AccountLedger.LedgerEvent ASSET_ASK_ORDER_CANCELLATION
public static final AccountLedger.LedgerEvent ASSET_ASK_ORDER_PLACEMENT
public static final AccountLedger.LedgerEvent ASSET_BID_ORDER_CANCELLATION
public static final AccountLedger.LedgerEvent ASSET_BID_ORDER_PLACEMENT
public static final AccountLedger.LedgerEvent ASSET_DIVIDEND_PAYMENT
public static final AccountLedger.LedgerEvent ASSET_ISSUANCE
public static final AccountLedger.LedgerEvent ASSET_TRADE
public static final AccountLedger.LedgerEvent ASSET_TRANSFER
public static final AccountLedger.LedgerEvent ASSET_DELETE
public static final AccountLedger.LedgerEvent ASSET_INCREASE
public static final AccountLedger.LedgerEvent ASSET_PROPERTY_SET
public static final AccountLedger.LedgerEvent ASSET_PROPERTY_DELETE
public static final AccountLedger.LedgerEvent DIGITAL_GOODS_DELISTED
public static final AccountLedger.LedgerEvent DIGITAL_GOODS_DELISTING
public static final AccountLedger.LedgerEvent DIGITAL_GOODS_DELIVERY
public static final AccountLedger.LedgerEvent DIGITAL_GOODS_FEEDBACK
public static final AccountLedger.LedgerEvent DIGITAL_GOODS_LISTING
public static final AccountLedger.LedgerEvent DIGITAL_GOODS_PRICE_CHANGE
public static final AccountLedger.LedgerEvent DIGITAL_GOODS_PURCHASE
public static final AccountLedger.LedgerEvent DIGITAL_GOODS_PURCHASE_EXPIRED
public static final AccountLedger.LedgerEvent DIGITAL_GOODS_QUANTITY_CHANGE
public static final AccountLedger.LedgerEvent DIGITAL_GOODS_REFUND
public static final AccountLedger.LedgerEvent ACCOUNT_CONTROL_EFFECTIVE_BALANCE_LEASING
public static final AccountLedger.LedgerEvent ACCOUNT_CONTROL_PHASING_ONLY
public static final AccountLedger.LedgerEvent CURRENCY_DELETION
public static final AccountLedger.LedgerEvent CURRENCY_DISTRIBUTION
public static final AccountLedger.LedgerEvent CURRENCY_EXCHANGE
public static final AccountLedger.LedgerEvent CURRENCY_EXCHANGE_BUY
public static final AccountLedger.LedgerEvent CURRENCY_EXCHANGE_SELL
public static final AccountLedger.LedgerEvent CURRENCY_ISSUANCE
public static final AccountLedger.LedgerEvent CURRENCY_MINTING
public static final AccountLedger.LedgerEvent CURRENCY_OFFER_EXPIRED
public static final AccountLedger.LedgerEvent CURRENCY_OFFER_REPLACED
public static final AccountLedger.LedgerEvent CURRENCY_PUBLISH_EXCHANGE_OFFER
public static final AccountLedger.LedgerEvent CURRENCY_RESERVE_CLAIM
public static final AccountLedger.LedgerEvent CURRENCY_RESERVE_INCREASE
public static final AccountLedger.LedgerEvent CURRENCY_TRANSFER
public static final AccountLedger.LedgerEvent CURRENCY_UNDO_CROWDFUNDING
public static final AccountLedger.LedgerEvent TAGGED_DATA_UPLOAD
public static final AccountLedger.LedgerEvent TAGGED_DATA_EXTEND
public static final AccountLedger.LedgerEvent SHUFFLING_REGISTRATION
public static final AccountLedger.LedgerEvent SHUFFLING_PROCESSING
public static final AccountLedger.LedgerEvent SHUFFLING_CANCELLATION
public static final AccountLedger.LedgerEvent SHUFFLING_DISTRIBUTION
public static AccountLedger.LedgerEvent[] values()
for (AccountLedger.LedgerEvent c : AccountLedger.LedgerEvent.values()) System.out.println(c);
public static AccountLedger.LedgerEvent 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 boolean isTransaction()
public int getCode()
public static AccountLedger.LedgerEvent fromCode(int code)
code
- Event code