public static enum ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle extends Enum<ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle>
| Enum Constant and Description |
|---|
FAST_MONEY
|
MONEY
|
ROUNDED_MONEY
|
| Modifier and Type | Method and Description |
|---|---|
static ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle MONEY
public static final ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle FAST_MONEY
public static final ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle ROUNDED_MONEY
public static ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle[] values()
for (ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle c : ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle.values()) System.out.println(c);
public static ToStringMonetaryAmountFormat.ToStringMonetaryAmountFormatStyle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012-2016 JavaMoney. All Rights Reserved.