public static enum ActionComparator.Field extends Enum<ActionComparator.Field>
| Enum Constant and Description |
|---|
ACTION_ID |
ACTION_PLUGIN |
ALERT_ID |
CTIME |
RESULT |
| Modifier and Type | Method and Description |
|---|---|
static ActionComparator.Field |
getField(String text) |
String |
getText() |
static ActionComparator.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionComparator.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionComparator.Field ACTION_PLUGIN
public static final ActionComparator.Field ACTION_ID
public static final ActionComparator.Field ALERT_ID
public static final ActionComparator.Field CTIME
public static final ActionComparator.Field RESULT
public static ActionComparator.Field[] values()
for (ActionComparator.Field c : ActionComparator.Field.values()) System.out.println(c);
public static ActionComparator.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 getText()
public static ActionComparator.Field getField(String text)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.