public static enum NormalizConfig.Precision extends java.lang.Enum<NormalizConfig.Precision>
Enum Constant and Description |
---|
PRECISION64 |
PRECISIONBIG |
Modifier and Type | Method and Description |
---|---|
static NormalizConfig.Precision |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NormalizConfig.Precision[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NormalizConfig.Precision PRECISION64
public static final NormalizConfig.Precision PRECISIONBIG
public static NormalizConfig.Precision[] values()
for (NormalizConfig.Precision c : NormalizConfig.Precision.values()) System.out.println(c);
public static NormalizConfig.Precision valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null