public enum DeskPhoneServiceType extends java.lang.Enum<DeskPhoneServiceType>
| Enum Constant and Description |
|---|
SIP
Phone Service
|
UL
Unified Services, which in the scope of Desk Phone Application includes Device Services and AMM.
|
| Modifier and Type | Method and Description |
|---|---|
static DeskPhoneServiceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeskPhoneServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeskPhoneServiceType SIP
public static final DeskPhoneServiceType UL
public static DeskPhoneServiceType[] values()
for (DeskPhoneServiceType c : DeskPhoneServiceType.values()) System.out.println(c);
public static DeskPhoneServiceType 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