public static enum DownloaderPanel.State extends java.lang.Enum<DownloaderPanel.State>
| Enum Constant and Description |
|---|
DONE |
ERROR |
IDLE |
NOT_DONE |
TIMEOUT |
WORKING |
| Modifier and Type | Method and Description |
|---|---|
static DownloaderPanel.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DownloaderPanel.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DownloaderPanel.State IDLE
public static final DownloaderPanel.State WORKING
public static final DownloaderPanel.State DONE
public static final DownloaderPanel.State ERROR
public static final DownloaderPanel.State NOT_DONE
public static final DownloaderPanel.State TIMEOUT
public static DownloaderPanel.State[] values()
for (DownloaderPanel.State c : DownloaderPanel.State.values()) System.out.println(c);
public static DownloaderPanel.State 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 nullCopyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.