Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
Modifier and Type | Method and Description |
---|---|
MonetaryContext.AmountFlavor |
MonetaryContext.getAmountFlavor()
Get the
MonetaryContext.AmountFlavor . |
static MonetaryContext.AmountFlavor |
MonetaryContext.AmountFlavor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MonetaryContext.AmountFlavor[] |
MonetaryContext.AmountFlavor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MonetaryContext.Builder |
MonetaryContext.Builder.setFlavor(MonetaryContext.AmountFlavor flavor)
Sets a fixed scale, hereby setting both
minScale, maxScale to
fixedScale . |