public enum RecordExtensionPointEvent extends java.lang.Enum<RecordExtensionPointEvent> implements ExtensionPointEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTR_RECORD
Attribute name for the script context
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionPointNature |
nature()
Returns the nature of this set of events
|
static RecordExtensionPointEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecordExtensionPointEvent[] |
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 RecordExtensionPointEvent CREATE
public static final RecordExtensionPointEvent UPDATE
public static final RecordExtensionPointEvent DELETE
public static final java.lang.String ATTR_RECORD
public static RecordExtensionPointEvent[] values()
for (RecordExtensionPointEvent c : RecordExtensionPointEvent.values()) System.out.println(c);
public static RecordExtensionPointEvent 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