public static enum SlickerEventTypeConfiguration.EventTypeAction extends java.lang.Enum<SlickerEventTypeConfiguration.EventTypeAction>
Enum Constant and Description |
---|
KEEP |
REMOVE |
SKIP_INSTANCE |
Modifier and Type | Method and Description |
---|---|
static SlickerEventTypeConfiguration.EventTypeAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SlickerEventTypeConfiguration.EventTypeAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlickerEventTypeConfiguration.EventTypeAction KEEP
public static final SlickerEventTypeConfiguration.EventTypeAction REMOVE
public static final SlickerEventTypeConfiguration.EventTypeAction SKIP_INSTANCE
public static SlickerEventTypeConfiguration.EventTypeAction[] values()
for (SlickerEventTypeConfiguration.EventTypeAction c : SlickerEventTypeConfiguration.EventTypeAction.values()) System.out.println(c);
public static SlickerEventTypeConfiguration.EventTypeAction valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null