public static enum PropertyEventDispatcher.EventType extends Enum<PropertyEventDispatcher.EventType>
| Enum Constant and Description |
|---|
property_deleted
A property was deleted.
|
property_set
A property was set.
|
xml_property_deleted
An XML property was deleted.
|
xml_property_set
An XML property was set.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyEventDispatcher.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyEventDispatcher.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyEventDispatcher.EventType property_set
public static final PropertyEventDispatcher.EventType property_deleted
public static final PropertyEventDispatcher.EventType xml_property_set
public static final PropertyEventDispatcher.EventType xml_property_deleted
public static PropertyEventDispatcher.EventType[] values()
for (PropertyEventDispatcher.EventType c : PropertyEventDispatcher.EventType.values()) System.out.println(c);
public static PropertyEventDispatcher.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 © 2003-2008 Jive Software.