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