Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
javax.money.convert |
Defines the monetary currency conversion API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MonetaryAmount
Interface defining a monetary amount.
|
Modifier and Type | Class and Description |
---|---|
class |
RoundingContext
This class models the spec/configuration for a rounding, modeled as
MonetaryRounding in a
platform independent way. |
class |
RoundingQuery
Query for accessing instances of
MonetaryRounding . |
Modifier and Type | Interface and Description |
---|---|
interface |
CurrencyConversion
This interface defines a
CurrencyConversion that is converting a MonetaryAmount to another
MonetaryAmount with a different target CurrencyUnit . |
interface |
ExchangeRate
This class models an exchange rate, which defines the factor the numeric value of a base amount in some currency
'A' must be multiplied
to get the corresponding amount in the terminating currency 'B'.
|
Modifier and Type | Class and Description |
---|---|
class |
ConversionQuery
Query for accessing
CurrencyConversion instances. |
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.