|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.icu.text.CurrencyMetaInfo.CurrencyDigits
public static final class CurrencyMetaInfo.CurrencyDigits
Represents the raw information about fraction digits and rounding increment.
| Field Summary | |
|---|---|
byte |
fractionDigits
Number of fraction digits used to display this currency. |
byte |
roundingIncrement
Rounding increment used when displaying this currency. |
| Constructor Summary | |
|---|---|
CurrencyMetaInfo.CurrencyDigits(int fractionDigits,
int roundingIncrement)
Constructor for CurrencyDigits. |
|
| Method Summary | |
|---|---|
String |
toString()
Returns a string representing the currency digits, for debugging. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final byte fractionDigits
public final byte roundingIncrement
| Constructor Detail |
|---|
public CurrencyMetaInfo.CurrencyDigits(int fractionDigits,
int roundingIncrement)
fractionDigits - the fraction digitsroundingIncrement - the rounding increment| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||