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