public enum EntryEventType extends Enum<EntryEventType>
| Modifier and Type | Method and Description |
|---|---|
static EntryEventType |
getByType(int eventType) |
int |
getType() |
static EntryEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntryEventType ADDED
public static final EntryEventType REMOVED
public static final EntryEventType UPDATED
public static final EntryEventType EVICTED
public static EntryEventType[] values()
for (EntryEventType c : EntryEventType.values()) System.out.println(c);
public static EntryEventType 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 getType()
public static EntryEventType getByType(int eventType)
Copyright .0; 2008-2011 Hazel Ltd. All Rights Reserved.