public static enum EventComparator.Field extends Enum<EventComparator.Field>
| Enum Constant and Description |
|---|
CATEGORY |
CTIME |
ID |
TEXT |
TRIGGER_DESCRIPTION |
TRIGGER_ID |
TRIGGER_NAME |
| Modifier and Type | Method and Description |
|---|---|
static EventComparator.Field |
getField(String name) |
String |
getName() |
static EventComparator.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventComparator.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventComparator.Field ID
public static final EventComparator.Field CATEGORY
public static final EventComparator.Field CTIME
public static final EventComparator.Field TEXT
public static final EventComparator.Field TRIGGER_DESCRIPTION
public static final EventComparator.Field TRIGGER_ID
public static final EventComparator.Field TRIGGER_NAME
public static EventComparator.Field[] values()
for (EventComparator.Field c : EventComparator.Field.values()) System.out.println(c);
public static EventComparator.Field 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 getName()
public static EventComparator.Field getField(String name)
Copyright © 2015 Red Hat, Inc.. All rights reserved.