public enum ErroneousEventType extends Enum<ErroneousEventType>
ErrorStore.| Enum Constant and Description |
|---|
COMPLEX_EVENT |
EVENT |
EVENT_ARRAY |
EVENT_LIST |
PAYLOAD_STRING |
REPLAYABLE_TABLE_RECORD |
| Modifier and Type | Method and Description |
|---|---|
static ErroneousEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErroneousEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErroneousEventType REPLAYABLE_TABLE_RECORD
public static final ErroneousEventType COMPLEX_EVENT
public static final ErroneousEventType EVENT
public static final ErroneousEventType EVENT_ARRAY
public static final ErroneousEventType EVENT_LIST
public static final ErroneousEventType PAYLOAD_STRING
public static ErroneousEventType[] values()
for (ErroneousEventType c : ErroneousEventType.values()) System.out.println(c);
public static ErroneousEventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.