public static enum ConstUtils.TimeUnit extends java.lang.Enum<ConstUtils.TimeUnit>
| Modifier and Type | Method and Description |
|---|---|
static ConstUtils.TimeUnit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConstUtils.TimeUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstUtils.TimeUnit MSEC
public static final ConstUtils.TimeUnit SEC
public static final ConstUtils.TimeUnit MIN
public static final ConstUtils.TimeUnit HOUR
public static final ConstUtils.TimeUnit DAY
public static ConstUtils.TimeUnit[] values()
for (ConstUtils.TimeUnit c : ConstUtils.TimeUnit.values()) System.out.println(c);
public static ConstUtils.TimeUnit 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