public static enum UITimerTask.Mode extends Enum<UITimerTask.Mode>
| Enum Constant and Description |
|---|
FPS |
MILLISECONDS |
| Modifier and Type | Method and Description |
|---|---|
static UITimerTask.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UITimerTask.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UITimerTask.Mode MILLISECONDS
public static final UITimerTask.Mode FPS
public static UITimerTask.Mode[] values()
for (UITimerTask.Mode c : UITimerTask.Mode.values()) System.out.println(c);
public static UITimerTask.Mode 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 nullLX library by Mark C. Slee. © 2012-2020