public enum EventIdPrefix extends java.lang.Enum<EventIdPrefix>
| Enum Constant and Description |
|---|
CIRCUS_TRAIN_DESTRUCTIVE |
CIRCUS_TRAIN_PARTITIONED_TABLE |
CIRCUS_TRAIN_UNPARTITIONED_TABLE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrefix() |
static EventIdPrefix |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventIdPrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventIdPrefix CIRCUS_TRAIN_DESTRUCTIVE
public static final EventIdPrefix CIRCUS_TRAIN_UNPARTITIONED_TABLE
public static final EventIdPrefix CIRCUS_TRAIN_PARTITIONED_TABLE
public static EventIdPrefix[] values()
for (EventIdPrefix c : EventIdPrefix.values()) System.out.println(c);
public static EventIdPrefix 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 nullpublic java.lang.String getPrefix()
Copyright © 2016–2022 Expedia Group. All rights reserved.