public static enum ApplicationListeners.ListenerState extends Enum<ApplicationListeners.ListenerState>
| Enum Constant and Description |
|---|
DECLARED_LISTENER |
NO_LISTENER |
PROGRAMATIC_LISTENER |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationListeners.ListenerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationListeners.ListenerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationListeners.ListenerState NO_LISTENER
public static final ApplicationListeners.ListenerState DECLARED_LISTENER
public static final ApplicationListeners.ListenerState PROGRAMATIC_LISTENER
public static ApplicationListeners.ListenerState[] values()
for (ApplicationListeners.ListenerState c : ApplicationListeners.ListenerState.values()) System.out.println(c);
public static ApplicationListeners.ListenerState 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 © 2017 JBoss by Red Hat. All rights reserved.