CurrencyType Class

public final class CurrencyType
extends ExpandableStringEnum<CurrencyType>

Defines values for CurrencyType.

Field Summary

Modifier and Type Field and Description
static final CurrencyType USD

Static value USD for CurrencyType.

Constructor Summary

Constructor Description
CurrencyType()

Method Summary

Modifier and Type Method and Description
static CurrencyType fromString(String name)

Creates or finds a CurrencyType from its string representation.

static Collection<CurrencyType> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

USD

public static final CurrencyType USD

Static value USD for CurrencyType.

Constructor Details

CurrencyType

public CurrencyType()

Method Details

fromString

public static CurrencyType fromString(String name)

Creates or finds a CurrencyType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CurrencyType.

values

public static Collection<CurrencyType> values()

Returns:

known CurrencyType values.

Applies to