public enum SipApplicationSessionEventType extends Enum<SipApplicationSessionEventType>
| Enum Constant and Description |
|---|
CREATION |
DELETION |
EXPIRATION |
READYTOINVALIDATE |
| Modifier and Type | Method and Description |
|---|---|
static SipApplicationSessionEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SipApplicationSessionEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SipApplicationSessionEventType CREATION
public static final SipApplicationSessionEventType DELETION
public static final SipApplicationSessionEventType EXPIRATION
public static final SipApplicationSessionEventType READYTOINVALIDATE
public static SipApplicationSessionEventType[] values()
for (SipApplicationSessionEventType c : SipApplicationSessionEventType.values()) System.out.println(c);
public static SipApplicationSessionEventType 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 © 2015. All Rights Reserved.