public static enum EventToIndex.Indices extends Enum<EventToIndex.Indices>
Enum Constant and Description |
---|
ALARM_EVENTS |
ALARMS |
EVENTS |
Modifier and Type | Method and Description |
---|---|
static EventToIndex.Indices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventToIndex.Indices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventToIndex.Indices ALARMS
public static final EventToIndex.Indices ALARM_EVENTS
public static final EventToIndex.Indices EVENTS
public static EventToIndex.Indices[] values()
for (EventToIndex.Indices c : EventToIndex.Indices.values()) System.out.println(c);
public static EventToIndex.Indices 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 © 2018. All rights reserved.