|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ContactInfoProperties>
de.starface.integration.uci.java.v30.values.ContactInfoProperties
public enum ContactInfoProperties
This enum holds constants with the property names of the contact info as returned by
UcpFunctionKeyRequests.getCallInfoForKey(String)
| Enum Constant Summary | |
|---|---|
city
The city of the contact |
|
company
The company of the contact |
|
country
The country of the contact |
|
eMail
The email address of the contact |
|
familyName
The family name of the contact |
|
fax
The facsimile number of the contact |
|
firstName
The first name of the contact |
|
homePhone
The private home phone number of the contact |
|
internalPhone
The internal phone number of the contact |
|
jabberId
The jabber id of the contact |
|
jobTitle
The job title of the contact |
|
mobilePhone
The mobile phone number of the contact |
|
phone
The office phone number of the contact |
|
phone2
The second phone number of the contact |
|
postCode
The post code of the contact |
|
street
The street and house number of the contact |
|
| Method Summary | |
|---|---|
static ContactInfoProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContactInfoProperties[] |
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 ContactInfoProperties firstName
public static final ContactInfoProperties familyName
public static final ContactInfoProperties company
public static final ContactInfoProperties jobTitle
public static final ContactInfoProperties internalPhone
public static final ContactInfoProperties phone
public static final ContactInfoProperties mobilePhone
public static final ContactInfoProperties homePhone
public static final ContactInfoProperties phone2
public static final ContactInfoProperties fax
public static final ContactInfoProperties eMail
public static final ContactInfoProperties jabberId
public static final ContactInfoProperties street
public static final ContactInfoProperties postCode
public static final ContactInfoProperties city
public static final ContactInfoProperties country
| Method Detail |
|---|
public static ContactInfoProperties[] values()
for (ContactInfoProperties c : ContactInfoProperties.values()) System.out.println(c);
public static ContactInfoProperties 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||