public static enum ListenerModel.Kind extends Enum<ListenerModel.Kind>
| Enum Constant and Description |
|---|
AGENDA_EVENT_LISTENER |
PROCESS_EVENT_LISTENER |
RULE_RUNTIME_EVENT_LISTENER |
| Modifier and Type | Method and Description |
|---|---|
static ListenerModel.Kind |
fromString(String name) |
String |
toString() |
static ListenerModel.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerModel.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListenerModel.Kind AGENDA_EVENT_LISTENER
public static final ListenerModel.Kind RULE_RUNTIME_EVENT_LISTENER
public static final ListenerModel.Kind PROCESS_EVENT_LISTENER
public static ListenerModel.Kind[] values()
for (ListenerModel.Kind c : ListenerModel.Kind.values()) System.out.println(c);
public static ListenerModel.Kind 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 toString()
toString in class Enum<ListenerModel.Kind>public static ListenerModel.Kind fromString(String name)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.