public static enum PhoneInternalInterface.SuppService extends Enum<PhoneInternalInterface.SuppService>
Enum Constant and Description |
---|
CONFERENCE |
HANGUP |
HOLD |
REJECT |
RESUME |
SEPARATE |
SWITCH |
TRANSFER |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static PhoneInternalInterface.SuppService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhoneInternalInterface.SuppService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhoneInternalInterface.SuppService UNKNOWN
public static final PhoneInternalInterface.SuppService SWITCH
public static final PhoneInternalInterface.SuppService SEPARATE
public static final PhoneInternalInterface.SuppService TRANSFER
public static final PhoneInternalInterface.SuppService CONFERENCE
public static final PhoneInternalInterface.SuppService REJECT
public static final PhoneInternalInterface.SuppService HANGUP
public static final PhoneInternalInterface.SuppService RESUME
public static final PhoneInternalInterface.SuppService HOLD
public static PhoneInternalInterface.SuppService[] values()
for (PhoneInternalInterface.SuppService c : PhoneInternalInterface.SuppService.values()) System.out.println(c);
public static PhoneInternalInterface.SuppService 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 null