public static final class CurrencyMetaInfo.CurrencyDigits
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte |
fractionDigits
Number of fraction digits used to display this currency.
|
byte |
roundingIncrement
Rounding increment used when displaying this currency.
|
| Constructor and Description |
|---|
CurrencyMetaInfo.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 byte fractionDigits
public final byte roundingIncrement
Copyright (c) 2011 IBM Corporation and others.