public static final Formatter.BigDecimalLayoutForm SCIENTIFIC
DECIMAL_FLOAT
public static final Formatter.BigDecimalLayoutForm DECIMAL_FLOAT
方法详细信息
values
public static final Formatter.BigDecimalLayoutForm[] values()
Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for(Formatter.BigDecimalLayoutForm c : Formatter.BigDecimalLayoutForm.values())
System.out.println(c);
返回:
an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Formatter.BigDecimalLayoutForm valueOf(String name)