public enum PhoneNumberType extends java.lang.Enum<PhoneNumberType>
| Enum Constant and Description |
|---|
DID |
SHARED |
THIRD_PARTY_DID |
THIRD_PARTY_TF |
TOLL_FREE |
UIFN |
| Modifier and Type | Method and Description |
|---|---|
static PhoneNumberType |
fromValue(java.lang.String value)
Use this in place of valueOf.
|
java.lang.String |
toString() |
static PhoneNumberType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhoneNumberType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhoneNumberType TOLL_FREE
public static final PhoneNumberType DID
public static final PhoneNumberType UIFN
public static final PhoneNumberType SHARED
public static final PhoneNumberType THIRD_PARTY_TF
public static final PhoneNumberType THIRD_PARTY_DID
public static PhoneNumberType[] values()
for (PhoneNumberType c : PhoneNumberType.values()) System.out.println(c);
public static PhoneNumberType 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<PhoneNumberType>public static PhoneNumberType fromValue(java.lang.String value)
value - real value