public static enum Taurus.Time extends Enum<Taurus.Time>
Modifier and Type | Method and Description |
---|---|
static Taurus.Time |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Taurus.Time[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Taurus.Time hour
public static final Taurus.Time minute
public static Taurus.Time[] values()
for (Taurus.Time c : Taurus.Time.values()) System.out.println(c);
public static Taurus.Time 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 nullCopyright © 2012–2017 Xeiam, LLC. All rights reserved.