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