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