public enum MemoryCacheType extends Enum<MemoryCacheType>
| Modifier and Type | Method and Description |
|---|---|
static MemoryCacheType |
convert(int value) |
int |
getTypeValue() |
static MemoryCacheType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryCacheType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MemoryCacheType Absolute
public static final MemoryCacheType Never
public static final MemoryCacheType File
public static MemoryCacheType[] values()
for (MemoryCacheType c : MemoryCacheType.values()) System.out.println(c);
public static MemoryCacheType 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 nullpublic int getTypeValue()
public static MemoryCacheType convert(int value)
Copyright © 2016. All rights reserved.