public enum DownloadLatestWebViewStatus extends java.lang.Enum<DownloadLatestWebViewStatus>
| Enum Constant and Description |
|---|
BACKGROUND_DOWNLOAD_STARTED |
INIT_QUEUE_NOT_EMPTY |
INIT_QUEUE_NULL |
MISSING_LATEST_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static DownloadLatestWebViewStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DownloadLatestWebViewStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DownloadLatestWebViewStatus INIT_QUEUE_NULL
public static final DownloadLatestWebViewStatus INIT_QUEUE_NOT_EMPTY
public static final DownloadLatestWebViewStatus MISSING_LATEST_CONFIG
public static final DownloadLatestWebViewStatus BACKGROUND_DOWNLOAD_STARTED
public static DownloadLatestWebViewStatus[] values()
for (DownloadLatestWebViewStatus c : DownloadLatestWebViewStatus.values()) System.out.println(c);
public static DownloadLatestWebViewStatus 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 int getValue()