public static enum TriggerComparator.Field extends Enum<TriggerComparator.Field>
| Enum Constant and Description |
|---|
CONTEXT |
DESCRIPTION |
ENABLED |
ID |
NAME |
SEVERITY |
| Modifier and Type | Method and Description |
|---|---|
static String |
getContextKey(String context) |
static TriggerComparator.Field |
getField(String name) |
String |
getName() |
static TriggerComparator.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerComparator.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerComparator.Field ID
public static final TriggerComparator.Field DESCRIPTION
public static final TriggerComparator.Field ENABLED
public static final TriggerComparator.Field NAME
public static final TriggerComparator.Field SEVERITY
public static final TriggerComparator.Field CONTEXT
public static TriggerComparator.Field[] values()
for (TriggerComparator.Field c : TriggerComparator.Field.values()) System.out.println(c);
public static TriggerComparator.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 TriggerComparator.Field getField(String name)
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.