public static enum FilterModel.FilterEvent extends Enum<FilterModel.FilterEvent>
| Enum Constant and Description |
|---|
ADD_INIT_PARAM |
CHANGE_FILTER_CLASS |
CHANGE_FILTER_NAME |
REMOVE_INIT_PARAM |
| Modifier and Type | Method and Description |
|---|---|
static FilterModel.FilterEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterModel.FilterEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterModel.FilterEvent CHANGE_FILTER_NAME
public static final FilterModel.FilterEvent CHANGE_FILTER_CLASS
public static final FilterModel.FilterEvent ADD_INIT_PARAM
public static final FilterModel.FilterEvent REMOVE_INIT_PARAM
public static FilterModel.FilterEvent[] values()
for (FilterModel.FilterEvent c : FilterModel.FilterEvent.values()) System.out.println(c);
public static FilterModel.FilterEvent 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 nullCopyright © 2005–2015. All rights reserved.