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