Enum Formatter.BigDecimalLayoutForm
java.util
java.lang.Object
  java.lang.Enum<Formatter.BigDecimalLayoutForm>
      java.util.Formatter.BigDecimalLayoutForm
All Implemented Interfaces:
Enclosing class:

public static enum Formatter.BigDecimalLayoutForm
extends Enum<Formatter.BigDecimalLayoutForm>

Enum Constant Summary
DECIMAL_FLOAT
SCIENTIFIC
Method Summary
valueOf(String name)
values()
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
Enum Constant Detail
SCIENTIFIC
public static final Formatter.BigDecimalLayoutForm SCIENTIFIC

DECIMAL_FLOAT
public static final Formatter.BigDecimalLayoutForm DECIMAL_FLOAT
Method Detail
values
public static Formatter.BigDecimalLayoutForm[] values()

valueOf
public static Formatter.BigDecimalLayoutForm valueOf(String name)
Java API documentation generated with DocFlex/Doclet v1.5.6
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc. If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com