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