public static enum DefinitionsEvent.Type extends Enum<DefinitionsEvent.Type>
| Enum Constant and Description |
|---|
ACTION_DEFINITION_CREATE |
ACTION_DEFINITION_REMOVE |
ACTION_DEFINITION_UPDATE |
DAMPENING_CHANGE |
TRIGGER_CONDITION_CHANGE |
TRIGGER_CREATE |
TRIGGER_REMOVE |
TRIGGER_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static DefinitionsEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefinitionsEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefinitionsEvent.Type ACTION_DEFINITION_CREATE
public static final DefinitionsEvent.Type ACTION_DEFINITION_REMOVE
public static final DefinitionsEvent.Type ACTION_DEFINITION_UPDATE
public static final DefinitionsEvent.Type DAMPENING_CHANGE
public static final DefinitionsEvent.Type TRIGGER_CONDITION_CHANGE
public static final DefinitionsEvent.Type TRIGGER_CREATE
public static final DefinitionsEvent.Type TRIGGER_REMOVE
public static final DefinitionsEvent.Type TRIGGER_UPDATE
public static DefinitionsEvent.Type[] values()
for (DefinitionsEvent.Type c : DefinitionsEvent.Type.values()) System.out.println(c);
public static DefinitionsEvent.Type 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 © 2015–2017 Red Hat, Inc.. All rights reserved.