Enum Currency

java.lang.Object
java.lang.Enum<Currency>
co.yellowdog.platform.interaction.cloudinfo.Currency
All Implemented Interfaces:
Serializable, Comparable<Currency>, java.lang.constant.Constable

public enum Currency extends Enum<Currency>
  • Enum Constant Details

    • AED

      public static final Currency AED
      UAE Dirham
    • ARS

      public static final Currency ARS
      Argentinian Peso
    • AUD

      public static final Currency AUD
      Australian Dollar
    • BDT

      public static final Currency BDT
      Bangladeshi Taka
    • BGN

      public static final Currency BGN
      Bulgarian Lev
    • BHD

      public static final Currency BHD
      Bahraini Dinar
    • BRL

      public static final Currency BRL
      Brazilian Real
    • CAD

      public static final Currency CAD
      Canadian Dollar
    • CHF

      public static final Currency CHF
      Swiss Frank
    • CLP

      public static final Currency CLP
      Chilean Peso
    • CNY

      public static final Currency CNY
      Chinese Yuan
    • COP

      public static final Currency COP
      Colombian Peso
    • CRC

      public static final Currency CRC
      Costa Rican Colon
    • CZK

      public static final Currency CZK
      Czech Koruna
    • DKK

      public static final Currency DKK
      Danish Krone
    • EGP

      public static final Currency EGP
      Egyptian Pound
    • EUR

      public static final Currency EUR
      Euro
    • GBP

      public static final Currency GBP
      British Pound
    • HUF

      public static final Currency HUF
      Hungarian Forint
    • HKD

      public static final Currency HKD
      Hong Kong Dollar
    • HRK

      public static final Currency HRK
      Croatian Kuna
    • IDR

      public static final Currency IDR
      Indonesian Rupiah
    • ILS

      public static final Currency ILS
      Israeli New Shekel
    • INR

      public static final Currency INR
      Indian Rupee
    • ISK

      public static final Currency ISK
      Icelandic Krona
    • JPY

      public static final Currency JPY
      Japanese Yen
    • KRW

      public static final Currency KRW
      South Korean Won
    • KWD

      public static final Currency KWD
      Kuwaiti Dinar
    • NOK

      public static final Currency NOK
      Norwegian Krone
    • NZD

      public static final Currency NZD
      New Zealand Dollar
    • MXN

      public static final Currency MXN
      Mexican Peso
    • MYR

      public static final Currency MYR
      Malaysian Ringgit
    • PEN

      public static final Currency PEN
      Peruvian Sol
    • PHP

      public static final Currency PHP
      Philippine Peso
    • PKR

      public static final Currency PKR
      Pakistani Rupee
    • PLN

      public static final Currency PLN
      Poland Zloty
    • QAR

      public static final Currency QAR
      Qatari Rial
    • RON

      public static final Currency RON
      Romanian Leu
    • RSD

      public static final Currency RSD
      Serbian Dinar
    • RUB

      public static final Currency RUB
      Russian Ruble
    • SAR

      public static final Currency SAR
      Saudi Riyal
    • SEK

      public static final Currency SEK
      Swedish Krone
    • SGD

      public static final Currency SGD
      Singapore Dollar
    • THB

      public static final Currency THB
      Thai Baht
    • TRY

      public static final Currency TRY
      Turkish Lira
    • TWD

      public static final Currency TWD
      Taiwan Dollar
    • USD

      public static final Currency USD
      US Dollar
    • VND

      public static final Currency VND
      Vietnamese Dong
    • ZAR

      public static final Currency ZAR
      South African Rand
  • Method Details

    • values

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

      public static Currency valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null