public static enum Constants.FilterLevel extends Enum<Constants.FilterLevel>
| Enum Constant and Description |
|---|
Low |
Medium
Highest level of filtering currently available
|
None
No filtering
|
| Modifier and Type | Method and Description |
|---|---|
String |
asParameter() |
static Constants.FilterLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.FilterLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.FilterLevel None
public static final Constants.FilterLevel Low
public static final Constants.FilterLevel Medium
public static Constants.FilterLevel[] values()
for (Constants.FilterLevel c : Constants.FilterLevel.values()) System.out.println(c);
public static Constants.FilterLevel 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 nullpublic String asParameter()
Copyright © 2014. All Rights Reserved.