public static enum RenderHints.Mode extends Enum<RenderHints.Mode>
| Modifier and Type | Method and Description |
|---|---|
static RenderHints.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderHints.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderHints.Mode NORMAL
public static final RenderHints.Mode AJAX
public static RenderHints.Mode[] values()
for (RenderHints.Mode c : RenderHints.Mode.values()) System.out.println(c);
public static RenderHints.Mode 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 nullMMBase 1.9-SNAPSHOT - ${javadoctimestamp}