Package wt.projmgmt.resource
Class Currency
java.lang.Object
wt.projmgmt.resource.Currency
- All Implemented Interfaces:
Externalizable,Serializable
Currency,/code> represents a localized currency.
Supported API: true
Extendable: false- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCurrency()
Supported API: trueCurrency(double value) Deprecated.Currency(BigDecimal value)
Supported API: true -
Method Summary
Modifier and TypeMethodDescription
Supported API: truedoubleDeprecated.static CurrencygetCurrency(String str)
Supported API: truestatic doubleparseCurrency(String str)
Supported API: true
-
Constructor Details
-
Currency
public Currency()
Supported API: true -
Currency
Deprecated.
Supported API: true- Parameters:
value-
-
Currency
Supported API: true- Parameters:
value-
-
-
Method Details
-
doubleValue
Deprecated.
Supported API: true- Returns:
- double
-
bigDecimalValue
Supported API: true- Returns:
- BigDecimal
-
parseCurrency
Supported API: true- Parameters:
str-- Returns:
- double
- Throws:
NumberFormatException
-
getCurrency
Supported API: true- Parameters:
str-- Returns:
- Currency
- Throws:
NumberFormatException
-