|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.projmgmt.resource.Currency
public class Currency
Currency,/code> represents a localized currency.
Supported API: true
Extendable: false
Constructor Summary
Currency()
Supported API: true
Currency(double value)
Supported API: true
Method Summary
doubledoubleValue()
Supported API: true
static CurrencygetCurrency(String str)
Supported API: true
static doubleparseCurrency(String str)
Supported API: true
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Constructor Detail
Currency
public Currency()
Supported API: true
Currency
public Currency(double value)
Supported API: true
value -
Method Detail
doubleValue
public double doubleValue()
Supported API: true
parseCurrency
public static double parseCurrency(String str)
throws NumberFormatException
Supported API: true
str -
NumberFormatException
getCurrency
public static Currency getCurrency(String str)
throws NumberFormatException
Supported API: true
str -
NumberFormatException
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD