Package com.ibm.icu.impl
Class CurrencyData.CurrencySpacingInfo
- java.lang.Object
-
- com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo
-
- Enclosing class:
- CurrencyData
public static final class CurrencyData.CurrencySpacingInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringafterContextMatchStringafterCurrencyMatchStringafterInsertStringbeforeContextMatchStringbeforeCurrencyMatchStringbeforeInsertstatic CurrencyData.CurrencySpacingInfoDEFAULT
-
-
-
Field Detail
-
beforeCurrencyMatch
public final String beforeCurrencyMatch
-
beforeContextMatch
public final String beforeContextMatch
-
beforeInsert
public final String beforeInsert
-
afterCurrencyMatch
public final String afterCurrencyMatch
-
afterContextMatch
public final String afterContextMatch
-
afterInsert
public final String afterInsert
-
DEFAULT
public static final CurrencyData.CurrencySpacingInfo DEFAULT
-
-