Package com.ibm.icu.impl
Class ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo.FormattingData
- java.lang.Object
-
- com.ibm.icu.impl.ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo.FormattingData
-
- Enclosing class:
- ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
static class ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo.FormattingData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
displayName
(package private) CurrencyData.CurrencyFormatInfo
formatInfo
(package private) java.lang.String
isoCode
(package private) java.lang.String
symbol
-
Constructor Summary
Constructors Constructor Description FormattingData(java.lang.String isoCode)
-
-
-
Field Detail
-
isoCode
final java.lang.String isoCode
-
displayName
java.lang.String displayName
-
symbol
java.lang.String symbol
-
formatInfo
CurrencyData.CurrencyFormatInfo formatInfo
-
-