@Immutable public static enum Configuration.ImageHint extends java.lang.Enum<Configuration.ImageHint>
| Enum Constant and Description |
|---|
DEFAULT
Default preset
|
GRAPH
Graphical image
|
PHOTO
General outdoor digital picture (e.g.
|
PICTURE
General indoor digital picture (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static Configuration.ImageHint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.ImageHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Configuration.ImageHint DEFAULT
public static final Configuration.ImageHint PICTURE
public static final Configuration.ImageHint PHOTO
public static final Configuration.ImageHint GRAPH
public static Configuration.ImageHint[] values()
for (Configuration.ImageHint c : Configuration.ImageHint.values()) System.out.println(c);
public static Configuration.ImageHint 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 null