public static enum DownloadAction.UseETag extends java.lang.Enum<DownloadAction.UseETag>
| Modifier and Type | Field and Description |
|---|---|
boolean |
warnOnWeak |
boolean |
weak |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled() |
static DownloadAction.UseETag |
parse(java.lang.Object value) |
static DownloadAction.UseETag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DownloadAction.UseETag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DownloadAction.UseETag FALSE
public static final DownloadAction.UseETag TRUE
public static final DownloadAction.UseETag ALL
public static final DownloadAction.UseETag STRONG
public static DownloadAction.UseETag[] values()
for (DownloadAction.UseETag c : DownloadAction.UseETag.values()) System.out.println(c);
public static DownloadAction.UseETag 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 boolean isEnabled()
public static DownloadAction.UseETag parse(java.lang.Object value)