org.oddjob.arooa.parsing
Enum ConfigOwnerEvent.Change
java.lang.Object
java.lang.Enum<ConfigOwnerEvent.Change>
org.oddjob.arooa.parsing.ConfigOwnerEvent.Change
- All Implemented Interfaces:
- Serializable, Comparable<ConfigOwnerEvent.Change>
- Enclosing class:
- ConfigOwnerEvent
public static enum ConfigOwnerEvent.Change
- extends Enum<ConfigOwnerEvent.Change>
SESSION_CREATED
public static final ConfigOwnerEvent.Change SESSION_CREATED
SESSION_DESTROYED
public static final ConfigOwnerEvent.Change SESSION_DESTROYED
values
public static ConfigOwnerEvent.Change[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ConfigOwnerEvent.Change c : ConfigOwnerEvent.Change.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ConfigOwnerEvent.Change valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null