public static enum Media.Filters extends Enum<Media.Filters>
Enum Constant and Description |
---|
AMARO |
HUDSON |
INKWELL |
NONE |
NORMAL |
RISE |
SIERRA |
TOASTER |
VALENCIA |
Modifier and Type | Method and Description |
---|---|
static Media.Filters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Media.Filters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Media.Filters TOASTER
public static final Media.Filters HUDSON
public static final Media.Filters SIERRA
public static final Media.Filters INKWELL
public static final Media.Filters NORMAL
public static final Media.Filters AMARO
public static final Media.Filters RISE
public static final Media.Filters VALENCIA
public static final Media.Filters NONE
public static Media.Filters[] values()
for (Media.Filters c : Media.Filters.values()) System.out.println(c);
public static Media.Filters 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 © 2013. All Rights Reserved.