Modifier and Type | Method and Description |
---|---|
static BlurLevel |
fromAnnotations() |
int |
getRadius() |
static BlurLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlurLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlurLevel NONE
public static final BlurLevel LIGHT
public static final BlurLevel MEDIUM
public static final BlurLevel HEAVY
public static BlurLevel[] values()
for (BlurLevel c : BlurLevel.values()) System.out.println(c);
public static BlurLevel 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 nullpublic int getRadius()
public static BlurLevel fromAnnotations()