public static enum ThreadView.ThreadAction extends Enum<ThreadView.ThreadAction>
Enum Constant and Description |
---|
START_LIVE_RECORDING |
STOP_LIVE_RECORDING |
Modifier and Type | Method and Description |
---|---|
static ThreadView.ThreadAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadView.ThreadAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreadView.ThreadAction START_LIVE_RECORDING
public static final ThreadView.ThreadAction STOP_LIVE_RECORDING
public static ThreadView.ThreadAction[] values()
for (ThreadView.ThreadAction c : ThreadView.ThreadAction.values()) System.out.println(c);
public static ThreadView.ThreadAction 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 © 2013. All Rights Reserved.