public static enum ClockControl.OP extends java.lang.Enum<ClockControl.OP>
Enum Constant and Description |
---|
SET_TZ |
SET_TZ_DONE |
SYNC_DONE |
SYNC_EXEC |
SYNC_REQUEST |
SYNC_STARTED |
Modifier and Type | Method and Description |
---|---|
long |
value() |
static ClockControl.OP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClockControl.OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClockControl.OP SYNC_EXEC
public static final ClockControl.OP SYNC_REQUEST
public static final ClockControl.OP SYNC_STARTED
public static final ClockControl.OP SYNC_DONE
public static final ClockControl.OP SET_TZ
public static final ClockControl.OP SET_TZ_DONE
public static ClockControl.OP[] values()
for (ClockControl.OP c : ClockControl.OP.values()) System.out.println(c);
public static ClockControl.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()