public static enum Timer.TimerState extends Enum<Timer.TimerState>
Modifier and Type | Method and Description |
---|---|
static Timer.TimerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Timer.TimerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Timer.TimerState Started
public static final Timer.TimerState Paused
public static final Timer.TimerState Stopped
public static Timer.TimerState[] values()
for (Timer.TimerState c : Timer.TimerState.values()) System.out.println(c);
public static Timer.TimerState 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 2009-2012 Micro Focus. All Rights Reserved.