protected static enum Filters.FilterNames extends Enum<Filters.FilterNames>
Enum Constant and Description |
---|
FIELD
Field event filter type.
|
VALUE
Value event filter type.
|
Modifier and Type | Method and Description |
---|---|
static Filters.FilterNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filters.FilterNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Filters.FilterNames VALUE
public static final Filters.FilterNames FIELD
public static Filters.FilterNames[] values()
for (Filters.FilterNames c : Filters.FilterNames.values()) System.out.println(c);
public static Filters.FilterNames 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 2010-2017 ForgeRock AS.