BusinessCaseCurrency

enum BusinessCaseCurrency : Enum<BusinessCaseCurrency> , ConvertibleToJava<BusinessCaseCurrency>

Business case Currency.

Entries

Link copied to clipboard

Currency Unknown.

Link copied to clipboard

Currency USD.

Link copied to clipboard

Currency DKK.

Link copied to clipboard

Currency CAD.

Link copied to clipboard

Currency IDR.

Link copied to clipboard

Currency JPY.

Link copied to clipboard

Currency KRW.

Link copied to clipboard

Currency NZD.

Link copied to clipboard

Currency NOK.

Link copied to clipboard

Currency RUB.

Link copied to clipboard

Currency SAR.

Link copied to clipboard

Currency ZAR.

Link copied to clipboard

Currency SEK.

Link copied to clipboard

Currency TRY.

Link copied to clipboard

Currency GBP.

Link copied to clipboard

Currency MXN.

Link copied to clipboard

Currency MYR.

Link copied to clipboard

Currency INR.

Link copied to clipboard

Currency HKD.

Link copied to clipboard

Currency BRL.

Link copied to clipboard

Currency TWD.

Link copied to clipboard

Currency EUR.

Link copied to clipboard

Currency CHF.

Link copied to clipboard

Currency ARS.

Link copied to clipboard

Currency AUD.

Link copied to clipboard

Currency CNY.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: BusinessCaseCurrency
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): BusinessCaseCurrency
Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.