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