public final class TCurrency extends Object implements TSerializable
Modifier and Type | Method and Description |
---|---|
static Set<TCurrency> |
getAvailableCurrencies() |
String |
getCurrencyCode() |
int |
getDefaultFractionDigits() |
String |
getDisplayName() |
String |
getDisplayName(TLocale locale) |
static TCurrency |
getInstance(String currencyCode) |
static TCurrency |
getInstance(TLocale locale) |
int |
getNumericCode() |
String |
getSymbol() |
String |
getSymbol(TLocale locale) |
String |
toString() |
Copyright © 2019. All rights reserved.