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