Package | Description |
---|---|
javax.money.format |
Money and Currency format API.
|
Modifier and Type | Method and Description |
---|---|
CurrencyStyle |
AmountStyle.getCurrencyStyle()
Access the
CurrencyStyle to be used. |
static CurrencyStyle |
CurrencyStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CurrencyStyle[] |
CurrencyStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AmountStyle.Builder |
AmountStyle.Builder.setCurrencyStyle(CurrencyStyle currencyStyle)
Set the
CurrencyStyle to be used for rendering the
CurrencyUnit . |