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