|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PhoneNumberKeyType>
com.microsoft.exchange.types.PhoneNumberKeyType
public enum PhoneNumberKeyType
Java class for PhoneNumberKeyType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PhoneNumberKeyType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AssistantPhone"/>
<enumeration value="BusinessFax"/>
<enumeration value="BusinessPhone"/>
<enumeration value="BusinessPhone2"/>
<enumeration value="Callback"/>
<enumeration value="CarPhone"/>
<enumeration value="CompanyMainPhone"/>
<enumeration value="HomeFax"/>
<enumeration value="HomePhone"/>
<enumeration value="HomePhone2"/>
<enumeration value="Isdn"/>
<enumeration value="MobilePhone"/>
<enumeration value="OtherFax"/>
<enumeration value="OtherTelephone"/>
<enumeration value="Pager"/>
<enumeration value="PrimaryPhone"/>
<enumeration value="RadioPhone"/>
<enumeration value="Telex"/>
<enumeration value="TtyTddPhone"/>
</restriction>
</simpleType>
| Method Summary | |
|---|---|
static PhoneNumberKeyType |
fromValue(String v)
|
String |
value()
|
static PhoneNumberKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PhoneNumberKeyType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PhoneNumberKeyType ASSISTANT_PHONE
public static final PhoneNumberKeyType BUSINESS_FAX
public static final PhoneNumberKeyType BUSINESS_PHONE
public static final PhoneNumberKeyType BUSINESS_PHONE_2
public static final PhoneNumberKeyType CALLBACK
public static final PhoneNumberKeyType CAR_PHONE
public static final PhoneNumberKeyType COMPANY_MAIN_PHONE
public static final PhoneNumberKeyType HOME_FAX
public static final PhoneNumberKeyType HOME_PHONE
public static final PhoneNumberKeyType HOME_PHONE_2
public static final PhoneNumberKeyType ISDN
public static final PhoneNumberKeyType MOBILE_PHONE
public static final PhoneNumberKeyType OTHER_FAX
public static final PhoneNumberKeyType OTHER_TELEPHONE
public static final PhoneNumberKeyType PAGER
public static final PhoneNumberKeyType PRIMARY_PHONE
public static final PhoneNumberKeyType RADIO_PHONE
public static final PhoneNumberKeyType TELEX
public static final PhoneNumberKeyType TTY_TDD_PHONE
| Method Detail |
|---|
public static PhoneNumberKeyType[] values()
for (PhoneNumberKeyType c : PhoneNumberKeyType.values()) System.out.println(c);
public static PhoneNumberKeyType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static PhoneNumberKeyType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||