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( );
}