A C G J M Q W 

A

adjustInto(MonetaryAmount) - Method in interface javax.money.MonetaryAdjuster
Adjusts the specified monetary object.

C

CurrencyUnit - Interface in javax.money
A unit of currency.

G

getAmountFractionDenominator() - Method in interface javax.money.MonetaryAmount
Gets the denominator of the fractional amount of the currency.
getAmountFractionNumerator() - Method in interface javax.money.MonetaryAmount
Gets the numerator of the fractional amount of the currency.
getAmountWhole() - Method in interface javax.money.MonetaryAmount
Gets the amount in terms of whole units of the currency.
getCurrency() - Method in interface javax.money.MonetaryAmount
Returns the amount’s currency, modelled as CurrencyUnit.
getCurrencyCode() - Method in interface javax.money.CurrencyUnit
Gets the unique currency code, the effective code depends on the currency.

J

javax.money - package javax.money
This package defines the Money and Currency API.

M

MonetaryAdjuster - Interface in javax.money
Strategy for adjusting a monetary amount.
MonetaryAmount - Interface in javax.money
Interface defining a monetary amount.
MonetaryException - Exception in javax.money
Exception thrown when an error occurs during monetary operations.
MonetaryException(String) - Constructor for exception javax.money.MonetaryException
Creates an instance.
MonetaryException(String, Throwable) - Constructor for exception javax.money.MonetaryException
Creates an instance with the specified detail message and cause.
MonetaryQuery<R> - Interface in javax.money
Strategy for querying a monetary amount.

Q

query(MonetaryQuery<R>) - Method in interface javax.money.MonetaryAmount
Queries this monetary amount for a value.
queryFrom(MonetaryAmount) - Method in interface javax.money.MonetaryQuery
Queries the specified monetary amount.

W

with(MonetaryAdjuster) - Method in interface javax.money.MonetaryAmount
Returns an adjusted object of the same type as this object with the adjustment made.
A C G J M Q W 

Copyright © 2012–2013 JSR 354 - Expert Group. All rights reserved.