|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.xml.bind.CurrencyAdapter
public final class CurrencyAdapter
| Constructor Summary | |
|---|---|
protected |
CurrencyAdapter()
The no-argument constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getCurrencyCode()
Returns the currency code. |
int |
getDefaultFractionDigits()
Returns the default number of fraction digits. |
java.lang.String |
getSymbol()
Returns the symbol. |
static CurrencyAdapter |
newInstance(java.util.Currency cur)
Returns a new CurrencyAdapter instance initialized with the
data from the given Currency. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CurrencyAdapter()
| Method Detail |
|---|
public java.lang.String getCurrencyCode()
public int getDefaultFractionDigits()
public java.lang.String getSymbol()
public static CurrencyAdapter newInstance(java.util.Currency cur)
CurrencyAdapter instance initialized with the
data from the given Currency. Returns null, if
the given Currency is null.
cur - the Currency
CurrencyAdapter instance or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||