public static enum EventField.EventFieldMapping extends Enum<EventField.EventFieldMapping>
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
static EventField.EventFieldMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventField.EventFieldMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventField.EventFieldMapping DATA
public static final EventField.EventFieldMapping HOST
public static final EventField.EventFieldMapping TIMESTAMP
public static final EventField.EventFieldMapping UUID
public static EventField.EventFieldMapping[] values()
for (EventField.EventFieldMapping c : EventField.EventFieldMapping.values()) System.out.println(c);
public static EventField.EventFieldMapping 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 nullpublic String getFieldName()
Copyright © 2010–2024 Airlift. All rights reserved.