Name

Formatter.BigDecimalLayoutForm

Synopsis

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

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.