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