|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PhoneNumberKey>
microsoft.exchange.webservices.data.PhoneNumberKey
public enum PhoneNumberKey
Defines phone number entries for a contact.
Enum Constant Summary | |
---|---|
AssistantPhone
The Assistant phone. |
|
BusinessFax
The Business fax. |
|
BusinessPhone
The Business phone. |
|
BusinessPhone2
The Business phone2. |
|
Callback
The Callback. |
|
CarPhone
The Car phone. |
|
CompanyMainPhone
The Company main phone. |
|
HomeFax
The Home fax. |
|
HomePhone
The Home phone. |
|
HomePhone2
The Home phone2. |
|
Isdn
The Isdn. |
|
MobilePhone
The Mobile phone. |
|
OtherFax
The Other fax. |
|
OtherTelephone
The Other telephone. |
|
Pager
The Pager. |
|
PrimaryPhone
The Primary phone. |
|
RadioPhone
The Radio phone. |
|
Telex
The Telex. |
|
TtyTddPhone
The Tty tdd phone. |
Method Summary | |
---|---|
static PhoneNumberKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PhoneNumberKey[] |
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 PhoneNumberKey AssistantPhone
public static final PhoneNumberKey BusinessFax
public static final PhoneNumberKey BusinessPhone
public static final PhoneNumberKey BusinessPhone2
public static final PhoneNumberKey Callback
public static final PhoneNumberKey CarPhone
public static final PhoneNumberKey CompanyMainPhone
public static final PhoneNumberKey HomeFax
public static final PhoneNumberKey HomePhone
public static final PhoneNumberKey HomePhone2
public static final PhoneNumberKey Isdn
public static final PhoneNumberKey MobilePhone
public static final PhoneNumberKey OtherFax
public static final PhoneNumberKey OtherTelephone
public static final PhoneNumberKey Pager
public static final PhoneNumberKey PrimaryPhone
public static final PhoneNumberKey RadioPhone
public static final PhoneNumberKey Telex
public static final PhoneNumberKey TtyTddPhone
Method Detail |
---|
public static PhoneNumberKey[] values()
for (PhoneNumberKey c : PhoneNumberKey.values()) System.out.println(c);
public static PhoneNumberKey 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |