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