March 2005
Intermediate to advanced
1254 pages
104h 21m
English
Formatter.BigDecimalLayoutForm
This
enumerated
type is intended for internal use by the Formatter
class, but was inadvertently declared public. This
type serves no useful purpose and should not be used. It will likely
be removed in a future release.
public enum Formatter.BigDecimalLayoutForm { // Enumerated Constants SCIENTIFIC, DECIMAL_FLOAT; // Public Class Methods public static Formatter.BigDecimalLayoutForm valueOf(String name); public static final Formatter.BigDecimalLayoutForm[ ] values( ); }