public static enum Renderer.events extends java.lang.Enum<Renderer.events>
Enum Constant and Description |
---|
changeVersion
version property has changed, e.g.
|
Modifier and Type | Method and Description |
---|---|
static Renderer.events |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Renderer.events[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Renderer.events changeVersion
public static Renderer.events[] values()
for (Renderer.events c : Renderer.events.values()) System.out.println(c);
public static Renderer.events 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