|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
public static final class CurrencyMetaInfo.CurrencyInfo
Represents a complete currency info record listing the region, currency, from and to dates, and priority.
| Field Summary | |
|---|---|
String |
code
The three-letter ISO currency code. |
long |
from
Date on which the currency was first officially used in the region. |
short |
priority
Preference order of currencies being used at the same time in the region. |
String |
region
Region code where currency is used. |
long |
to
Date at which the currency stopped being officially used in the region. |
| Constructor Summary | |
|---|---|
CurrencyMetaInfo.CurrencyInfo(String region,
String code,
long from,
long to,
int priority)
Constructs a currency info. |
|
| Method Summary | |
|---|---|
String |
toString()
Returns a string useful for debugging. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String region
public final String code
public final long from
public final long to
public final short priority
| Constructor Detail |
|---|
public CurrencyMetaInfo.CurrencyInfo(String region,
String code,
long from,
long to,
int priority)
region - region codecode - currency codefrom - start date in millisecondsto - end date in millisecondspriority - priority value, 0 is highest priority, increasing values are lower| 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 | |||||||||