
static enum HumanTime.State extends Enum<HumanTime.State>
| Modifier and Type | Method and Description |
|---|---|
static HumanTime.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HumanTime.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HumanTime.State NUMBER
public static final HumanTime.State IGNORED
public static final HumanTime.State UNIT
public static HumanTime.State[] values()
for (HumanTime.State c : HumanTime.State.values()) System.out.println(c);
public static HumanTime.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null