public static enum RecordLoop.Command extends Enum<RecordLoop.Command>
Enum Constant and Description |
---|
CONFIG |
GO |
GO_N |
JUMP |
NEXT |
PAUSE |
PREVIOUS |
REFRESH |
REWIND |
SET_SOURCE |
STOP |
Modifier and Type | Method and Description |
---|---|
static RecordLoop.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordLoop.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordLoop.Command REWIND
public static final RecordLoop.Command PREVIOUS
public static final RecordLoop.Command PAUSE
public static final RecordLoop.Command NEXT
public static final RecordLoop.Command GO_N
public static final RecordLoop.Command GO
public static final RecordLoop.Command JUMP
public static final RecordLoop.Command REFRESH
public static final RecordLoop.Command STOP
public static final RecordLoop.Command CONFIG
public static final RecordLoop.Command SET_SOURCE
public static RecordLoop.Command[] values()
for (RecordLoop.Command c : RecordLoop.Command.values()) System.out.println(c);
public static RecordLoop.Command 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 © 2000-2012 FreeHEP. All Rights Reserved.