Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
Modifier and Type | Method and Description |
---|---|
static RoundingContextBuilder |
RoundingContextBuilder.of(RoundingContext roundingContext)
Creates a new RoundingContextBuilder.
|
static RoundingContextBuilder |
RoundingContextBuilder.of(String provider,
String roundingId)
Creates a new RoundingContextBuilder.
|
RoundingContextBuilder |
RoundingContextBuilder.setCurrency(CurrencyUnit currencyUnit)
Get the basic
CurrencyUnit , which is based for this rounding type. |
RoundingContextBuilder |
RoundingContext.toBuilder()
Allows to convert a instance into the corresponding
CurrencyContextBuilder , which allows
to change the values and of another CurrencyContext instance. |
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.