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