java.io.Serializable, java.lang.Comparable<NMTimelineEventType>public enum NMTimelineEventType extends java.lang.Enum<NMTimelineEventType>
NMTimelineEvent.| Enum Constant | Description |
|---|---|
STOP_TIMELINE_CLIENT |
|
TIMELINE_ENTITY_PUBLISH |
| Modifier and Type | Method | Description |
|---|---|---|
static NMTimelineEventType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NMTimelineEventType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NMTimelineEventType TIMELINE_ENTITY_PUBLISH
public static final NMTimelineEventType STOP_TIMELINE_CLIENT
public static NMTimelineEventType[] values()
for (NMTimelineEventType c : NMTimelineEventType.values()) System.out.println(c);
public static NMTimelineEventType 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 nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.