- getAmountFractionDenominator() - Method in class org.javamoney.moneta.FastMoney
-
- getAmountFractionDenominator() - Method in class org.javamoney.moneta.Money
-
- getAmountFractionDenominator() - Method in class org.javamoney.moneta.RoundedMoney
-
- getAmountFractionNumerator() - Method in class org.javamoney.moneta.FastMoney
-
- getAmountFractionNumerator() - Method in class org.javamoney.moneta.Money
-
- getAmountFractionNumerator() - Method in class org.javamoney.moneta.RoundedMoney
-
- getAmountStyle() - Method in class org.javamoney.moneta.format.MonetaryAmountFormat
-
- getAmountWhole() - Method in class org.javamoney.moneta.FastMoney
-
- getAmountWhole() - Method in class org.javamoney.moneta.Money
-
- getAmountWhole() - Method in class org.javamoney.moneta.RoundedMoney
-
- getCashRounding(CurrencyUnit) - Static method in class org.javamoney.moneta.function.MonetaryRoundings
-
Creates an MonetaryAdjuster
for rounding MonetaryAmount
instances given a currency.
- getCashRounding(CurrencyUnit, long) - Static method in class org.javamoney.moneta.function.MonetaryRoundings
-
Creates an MonetaryAdjuster
for rounding MonetaryAmount
instances given a currency, hereby the rounding must be valid for the
given timestamp.
- getCashRounding() - Method in class org.javamoney.moneta.MoneyCurrency
-
Get the rounding steps in minor units for when using a cash amount of
this currency.
- getCashRounding(CurrencyUnit) - Method in interface org.javamoney.moneta.spi.RoundingProviderSpi
-
Access the current valid rounding for the given CurrencyUnit
.
- getCashRounding(CurrencyUnit, long) - Method in interface org.javamoney.moneta.spi.RoundingProviderSpi
-
Access the cash rounding for the given CurrencyUnit
, that was
valid at the given timestamp.
- getCurrency() - Method in class org.javamoney.moneta.FastMoney
-
- getCurrency() - Method in class org.javamoney.moneta.Money
-
- getCurrency() - Method in class org.javamoney.moneta.RoundedMoney
-
- getCurrencyCode() - Method in class org.javamoney.moneta.MoneyCurrency
-
- getCurrencyCode() - Method in exception org.javamoney.moneta.UnknownCurrencyException
-
Access the currency code of the unknown currency.
- getCustomRounding(String) - Method in interface org.javamoney.moneta.spi.RoundingProviderSpi
-
Access an MonetaryAdjuster
for custom rounding
MonetaryAmount
instances.
- getCustomRoundingIds() - Static method in class org.javamoney.moneta.function.MonetaryRoundings
-
Allows to access the identifiers of the current defined custom roundings.
- getCustomRoundingIds() - Method in interface org.javamoney.moneta.spi.RoundingProviderSpi
-
Access the ids of the custom roundigs defined by this provider.
- getDecimalSymbols() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getDefaultCurrency() - Method in class org.javamoney.moneta.format.MonetaryAmountFormat
-
- getDefaultFractionDigits() - Method in class org.javamoney.moneta.MoneyCurrency
-
Gets the number of fractional digits typically used by this currency.
- getErrorIndex() - Method in class org.javamoney.moneta.format.ParseContext
-
Gets the error index.
- getIndex() - Method in class org.javamoney.moneta.format.ParseContext
-
Gets the current parse position.
- getInput() - Method in class org.javamoney.moneta.format.ParseContext
-
Gets the residual input text starting from the current parse position.
- getLocalizedPattern(String) - Method in class org.javamoney.moneta.format.AmountStyle
-
- getMathContext() - Method in class org.javamoney.moneta.Money
-
- getMathContext() - Method in class org.javamoney.moneta.RoundedMoney
-
- getMaximumFractionDigits() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getMinimumFractionDigits() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getMinimumIntegerDigits() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getMoneyRounding() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getMultiplier() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getNegativePrefix() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getNegativeSuffix() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getNumberClass() - Static method in class org.javamoney.moneta.FastMoney
-
Get the number represnetation type, E.g.
- getNumberGroupChars() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getNumberGroupSizes() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getNumberType() - Method in class org.javamoney.moneta.FastMoney
-
- getNumberType() - Method in class org.javamoney.moneta.Money
-
- getNumberType() - Method in class org.javamoney.moneta.RoundedMoney
-
- getNumericCode() - Method in class org.javamoney.moneta.MoneyCurrency
-
Gets a numeric currency code. within the ISO-4217 name space, this equals
to the ISO numeric code.
- getOriginalInput() - Method in class org.javamoney.moneta.format.ParseContext
-
Gets the full input text.
- getParsedCurrency() - Method in class org.javamoney.moneta.format.ParseContext
-
- getParsedNumber() - Method in class org.javamoney.moneta.format.ParseContext
-
Get the parsed item.
- getPattern() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getPositivePrefix() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getPositiveSuffix() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getPrecision() - Method in class org.javamoney.moneta.FastMoney
-
- getPrecision() - Method in class org.javamoney.moneta.Money
-
- getPrecision() - Method in class org.javamoney.moneta.RoundedMoney
-
- getRounding() - Method in class org.javamoney.moneta.format.AmountStyle
-
- getRounding() - Static method in class org.javamoney.moneta.function.MonetaryRoundings
-
Creates a rounding that can be added as MonetaryAdjuster
to
chained calculations.
- getRounding(int, RoundingMode) - Static method in class org.javamoney.moneta.function.MonetaryRoundings
-
Creates an rounding instance.
- getRounding(CurrencyUnit) - Static method in class org.javamoney.moneta.function.MonetaryRoundings
-
Creates an MonetaryAdjuster
for rounding MonetaryAmount
instances given a currency.
- getRounding(CurrencyUnit, long) - Static method in class org.javamoney.moneta.function.MonetaryRoundings
-
Creates an MonetaryAdjuster
for rounding MonetaryAmount
instances given a currency, hereby the rounding must be valid for the
given timestamp.
- getRounding(String) - Static method in class org.javamoney.moneta.function.MonetaryRoundings
-
Access an MonetaryAdjuster
for custom rounding
MonetaryAmount
instances.
- getRounding(CurrencyUnit) - Method in interface org.javamoney.moneta.spi.RoundingProviderSpi
-
Access the current valid rounding for the given CurrencyUnit
.
- getRounding(CurrencyUnit, long) - Method in interface org.javamoney.moneta.spi.RoundingProviderSpi
-
Access the rounding for the given CurrencyUnit
, that was valid at
the given timestamp.
- getScale() - Method in class org.javamoney.moneta.FastMoney
-
- getScale() - Method in class org.javamoney.moneta.Money
-
- getScale() - Method in class org.javamoney.moneta.RoundedMoney
-
- getSource() - Method in exception org.javamoney.moneta.CurrencyMismatchException
-
Access the source CurrencyUnit
instance.
- getTarget() - Method in exception org.javamoney.moneta.CurrencyMismatchException
-
Access the target CurrencyUnit
instance.
- of(CurrencyUnit, Number) - Static method in class org.javamoney.moneta.FastMoney
-
Static factory method for creating a new instance of
FastMoney
.
- of(String, Number) - Static method in class org.javamoney.moneta.FastMoney
-
Static factory method for creating a new instance of
FastMoney
.
- of(CurrencyUnit, BigDecimal) - Static method in class org.javamoney.moneta.FastMoney
-
Translates a BigDecimal
value and a CurrencyUnit
currency
into a Money
.
- of(CurrencyUnit, BigDecimal) - Static method in class org.javamoney.moneta.Money
-
Translates a BigDecimal
value and a CurrencyUnit
currency
into a Money
.
- of(CurrencyUnit, BigDecimal, MathContext) - Static method in class org.javamoney.moneta.Money
-
Translates a BigDecimal
value and a CurrencyUnit
currency
into a Money
.
- of(CurrencyUnit, Number) - Static method in class org.javamoney.moneta.Money
-
Static factory method for creating a new instance of
Money
.
- of(CurrencyUnit, Number, MathContext) - Static method in class org.javamoney.moneta.Money
-
Static factory method for creating a new instance of
Money
.
- of(String, Number) - Static method in class org.javamoney.moneta.Money
-
Static factory method for creating a new instance of
Money
.
- of(String, Number, MathContext) - Static method in class org.javamoney.moneta.Money
-
Static factory method for creating a new instance of
Money
.
- of(Currency) - Static method in class org.javamoney.moneta.MoneyCurrency
-
Access a new instance based on
Currency
.
- of(String) - Static method in class org.javamoney.moneta.MoneyCurrency
-
Access a new instance based on the ISO currency code.
- of(CurrencyUnit, BigDecimal) - Static method in class org.javamoney.moneta.RoundedMoney
-
Translates a BigDecimal
value and a CurrencyUnit
currency
into a Money
.
- of(CurrencyUnit, BigDecimal, MathContext) - Static method in class org.javamoney.moneta.RoundedMoney
-
Translates a BigDecimal
value and a CurrencyUnit
currency
into a Money
.
- of(CurrencyUnit, Number) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney
.
- of(CurrencyUnit, Number, MathContext) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney
.
- of(String, Number) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney
.
- of(String, Number, MathContext) - Static method in class org.javamoney.moneta.RoundedMoney
-
Static factory method for creating a new instance of
RoundedMoney
.
- ofZero(CurrencyUnit) - Static method in class org.javamoney.moneta.Money
-
Factory method creating a zero instance with the given {@code currency);
- ofZero(String) - Static method in class org.javamoney.moneta.Money
-
Factory method creating a zero instance with the given {@code currency);
- ofZero(CurrencyUnit) - Static method in class org.javamoney.moneta.RoundedMoney
-
Factory method creating a zero instance with the given {@code currency);
- ofZero(String) - Static method in class org.javamoney.moneta.RoundedMoney
-
Factory method creating a zero instance with the given {@code currency);
- org.javamoney.moneta - package org.javamoney.moneta
-
Platform RI: Defines the core/platform API and contains essential implementing classes.
- org.javamoney.moneta.format - package org.javamoney.moneta.format
-
- org.javamoney.moneta.function - package org.javamoney.moneta.function
-
Platform RI: Defines predicates, and functions aspects.
- org.javamoney.moneta.spi - package org.javamoney.moneta.spi
-