|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hrodberaht.i18n.formatter.Formatter
org.hrodberaht.i18n.formatter.NumberFormatter
org.hrodberaht.i18n.formatter.CurrencyFormatter
public class CurrencyFormatter
Simple Java Utils
| Field Summary | |
|---|---|
static int |
SCALE
|
| Fields inherited from class org.hrodberaht.i18n.formatter.Formatter |
|---|
locale |
| Constructor Summary | |
|---|---|
CurrencyFormatter()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
convertToObject(java.lang.String target)
|
java.lang.String |
convertToString(java.lang.Object obj)
Returns a string representation of its argument formatted as a currency value. |
| Methods inherited from class org.hrodberaht.i18n.formatter.NumberFormatter |
|---|
fixCharacterJVMErrorsForDecimalFormat, parseNumber |
| Methods inherited from class org.hrodberaht.i18n.formatter.Formatter |
|---|
getFormatter, getFormatter, isSupportedType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SCALE
| Constructor Detail |
|---|
public CurrencyFormatter()
| Method Detail |
|---|
public java.lang.Object convertToObject(java.lang.String target)
convertToObject in class Formatterpublic java.lang.String convertToString(java.lang.Object obj)
convertToString in class Formatter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||