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