public static final class CurrencyMetaInfo.CurrencyDigits
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
fractionDigits
Number of fraction digits used to display this currency.
|
int |
roundingIncrement
Rounding increment used when displaying this currency.
|
| Constructor and Description |
|---|
CurrencyDigits(int fractionDigits,
int roundingIncrement)
Constructor for CurrencyDigits.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a string representing the currency digits, for debugging.
|
public final int fractionDigits
public final int roundingIncrement
Copyright © 2016 Unicode, Inc. and others.