java.io.Serializable
, java.lang.Comparable<ApplicationListeners.ListenerState>
public static enum ApplicationListeners.ListenerState extends java.lang.Enum<ApplicationListeners.ListenerState>
Enum Constant | Description |
---|---|
DECLARED_LISTENER |
|
NO_LISTENER |
|
PROGRAMATIC_LISTENER |
Modifier and Type | Method | Description |
---|---|---|
static ApplicationListeners.ListenerState |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2018. All rights reserved.