public static enum EhcacheEndpointBuilderFactory.EventType extends Enum<EhcacheEndpointBuilderFactory.EventType>
org.ehcache.event.EventType enum.| Enum Constant and Description |
|---|
CREATED |
EVICTED |
EXPIRED |
REMOVED |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static EhcacheEndpointBuilderFactory.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EhcacheEndpointBuilderFactory.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EhcacheEndpointBuilderFactory.EventType EVICTED
public static final EhcacheEndpointBuilderFactory.EventType EXPIRED
public static final EhcacheEndpointBuilderFactory.EventType REMOVED
public static final EhcacheEndpointBuilderFactory.EventType CREATED
public static final EhcacheEndpointBuilderFactory.EventType UPDATED
public static EhcacheEndpointBuilderFactory.EventType[] values()
for (EhcacheEndpointBuilderFactory.EventType c : EhcacheEndpointBuilderFactory.EventType.values()) System.out.println(c);
public static EhcacheEndpointBuilderFactory.EventType 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 nullApache Camel