public static enum ReplayControl.OP extends java.lang.Enum<ReplayControl.OP>
| Modifier and Type | Method and Description |
|---|---|
long |
value() |
static ReplayControl.OP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReplayControl.OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplayControl.OP START
public static final ReplayControl.OP STOP
public static final ReplayControl.OP PAUSE
public static final ReplayControl.OP RESUME
public static ReplayControl.OP[] values()
for (ReplayControl.OP c : ReplayControl.OP.values()) System.out.println(c);
public static ReplayControl.OP valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic long value()