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