Package com.ibm.icu.util
Class Currency.CurrencyStringInfo
- java.lang.Object
-
- com.ibm.icu.util.Currency.CurrencyStringInfo
-
- Enclosing class:
- Currency
@Deprecated public static final class Currency.CurrencyStringInfo extends Object
Deprecated.This API is ICU internal only.
-
-
Constructor Summary
Constructors Constructor Description CurrencyStringInfo(String isoCode, String currencyString)
Deprecated.This API is ICU internal only.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getCurrencyString()
Deprecated.This API is ICU internal only.String
getISOCode()
Deprecated.This API is ICU internal only.
-
-
-
Constructor Detail
-
CurrencyStringInfo
@Deprecated public CurrencyStringInfo(String isoCode, String currencyString)
Deprecated.This API is ICU internal only.
-
-
Method Detail
-
getISOCode
@Deprecated public String getISOCode()
Deprecated.This API is ICU internal only.
-
getCurrencyString
@Deprecated public String getCurrencyString()
Deprecated.This API is ICU internal only.
-
-