Package nxt.account

Enum Class Account.Event

java.lang.Object
java.lang.Enum<Account.Event>
nxt.account.Account.Event
All Implemented Interfaces:
Serializable, Comparable<Account.Event>, Constable
Enclosing class:
Account

public static enum Account.Event extends Enum<Account.Event>
  • Enum Constant Details

    • ASSET_BALANCE

      public static final Account.Event ASSET_BALANCE
    • UNCONFIRMED_ASSET_BALANCE

      public static final Account.Event UNCONFIRMED_ASSET_BALANCE
    • CURRENCY_BALANCE

      public static final Account.Event CURRENCY_BALANCE
    • UNCONFIRMED_CURRENCY_BALANCE

      public static final Account.Event UNCONFIRMED_CURRENCY_BALANCE
    • LEASE_SCHEDULED

      public static final Account.Event LEASE_SCHEDULED
    • LEASE_STARTED

      public static final Account.Event LEASE_STARTED
    • LEASE_ENDED

      public static final Account.Event LEASE_ENDED
    • SET_PROPERTY

      public static final Account.Event SET_PROPERTY
    • DELETE_PROPERTY

      public static final Account.Event DELETE_PROPERTY
  • Method Details

    • values

      public static Account.Event[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Account.Event valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null