| Enum Constant and Description |
|---|
DMY |
DMY_HMS |
FRACTION |
HMS |
NUM_SIMPLE0 |
NUM_SIMPLE2 |
NUM_SPACE0 |
NUM_SPACE2 |
PERCENT |
YMD |
YMD_HMS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
static void |
printAll(java.io.PrintStream out) |
static NumFmt |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NumFmt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumFmt PERCENT
public static final NumFmt FRACTION
public static final NumFmt DMY
public static final NumFmt HMS
public static final NumFmt DMY_HMS
public static final NumFmt YMD
public static final NumFmt YMD_HMS
public static final NumFmt NUM_SIMPLE0
public static final NumFmt NUM_SPACE0
public static final NumFmt NUM_SIMPLE2
public static final NumFmt NUM_SPACE2
public static NumFmt[] values()
for (NumFmt c : NumFmt.values()) System.out.println(c);
public static NumFmt 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 nullpublic java.lang.String getId()
public static void printAll(java.io.PrintStream out)