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