public static enum VoiceSessionFilter.CallType extends java.lang.Enum<VoiceSessionFilter.CallType>
Modifier and Type | Method and Description |
---|---|
static VoiceSessionFilter.CallType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VoiceSessionFilter.CallType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VoiceSessionFilter.CallType ALL
public static final VoiceSessionFilter.CallType INCOMING
public static final VoiceSessionFilter.CallType OUTGOING
public static VoiceSessionFilter.CallType[] values()
for (VoiceSessionFilter.CallType c : VoiceSessionFilter.CallType.values()) System.out.println(c);
public static VoiceSessionFilter.CallType 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 null