Enum Class CurrencyCodeEnum

java.lang.Object
java.lang.Enum<CurrencyCodeEnum>
es.kukenan.smartfi.common.enums.CurrencyCodeEnum
All Implemented Interfaces:
Serializable, Comparable<CurrencyCodeEnum>, Constable

public enum CurrencyCodeEnum extends Enum<CurrencyCodeEnum>
Currency Code Enum.
  • Enum Constant Details

    • CODE_978

      public static final CurrencyCodeEnum CODE_978
      Cancel State imposition.
    • CODE_922

      public static final CurrencyCodeEnum CODE_922
      Cancel State imposition.
  • Field Details

    • value

      private final String value
      Status value.
  • Constructor Details

    • CurrencyCodeEnum

      private CurrencyCodeEnum(String value)
      Constructor CurrencyEnum.
      Parameters:
      value - value
  • Method Details

    • values

      public static CurrencyCodeEnum[] 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 CurrencyCodeEnum 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
    • getValue

      public String getValue()
      Get Value.
      Returns:
      value
    • getCurrencyCodeValues

      public static CurrencyCodeEnum[] getCurrencyCodeValues()
      Get enum for origin and destination for transfer.
      Returns:
      origins