public static enum ServiceClientCallback.ClockSyncForAction extends Enum<ServiceClientCallback.ClockSyncForAction>
Enum Constant and Description |
---|
DEVICE_SETUP |
DOWNLOAD |
Modifier and Type | Method and Description |
---|---|
static ServiceClientCallback.ClockSyncForAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceClientCallback.ClockSyncForAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceClientCallback.ClockSyncForAction DEVICE_SETUP
public static final ServiceClientCallback.ClockSyncForAction DOWNLOAD
public static ServiceClientCallback.ClockSyncForAction[] values()
for (ServiceClientCallback.ClockSyncForAction c : ServiceClientCallback.ClockSyncForAction.values()) System.out.println(c);
public static ServiceClientCallback.ClockSyncForAction 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 null