public enum UserAddressExtensionPointEvent extends java.lang.Enum<UserAddressExtensionPointEvent> implements ExtensionPointEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTR_ADDRESS
Attribute name for the script context
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionPointNature |
nature()
Returns the nature of this set of events
|
static UserAddressExtensionPointEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserAddressExtensionPointEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final UserAddressExtensionPointEvent CREATE
public static final UserAddressExtensionPointEvent UPDATE
public static final UserAddressExtensionPointEvent DELETE
public static final java.lang.String ATTR_ADDRESS
public static UserAddressExtensionPointEvent[] values()
for (UserAddressExtensionPointEvent c : UserAddressExtensionPointEvent.values()) System.out.println(c);
public static UserAddressExtensionPointEvent 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 nullpublic ExtensionPointNature nature()
ExtensionPointEventnature in interface ExtensionPointEvent