de.starface.integration.uci.java.v30.values
Enum ContactInfoProperties

java.lang.Object
  extended by java.lang.Enum<ContactInfoProperties>
      extended by de.starface.integration.uci.java.v30.values.ContactInfoProperties
All Implemented Interfaces:
Serializable, Comparable<ContactInfoProperties>

public enum ContactInfoProperties
extends 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

firstName

public static final ContactInfoProperties firstName
The first name of the contact


familyName

public static final ContactInfoProperties familyName
The family name of the contact


company

public static final ContactInfoProperties company
The company of the contact


jobTitle

public static final ContactInfoProperties jobTitle
The job title of the contact


internalPhone

public static final ContactInfoProperties internalPhone
The internal phone number of the contact


phone

public static final ContactInfoProperties phone
The office phone number of the contact


mobilePhone

public static final ContactInfoProperties mobilePhone
The mobile phone number of the contact


homePhone

public static final ContactInfoProperties homePhone
The private home phone number of the contact


phone2

public static final ContactInfoProperties phone2
The second phone number of the contact


fax

public static final ContactInfoProperties fax
The facsimile number of the contact


eMail

public static final ContactInfoProperties eMail
The email address of the contact


jabberId

public static final ContactInfoProperties jabberId
The jabber id of the contact


street

public static final ContactInfoProperties street
The street and house number of the contact


postCode

public static final ContactInfoProperties postCode
The post code of the contact


city

public static final ContactInfoProperties city
The city of the contact


country

public static final ContactInfoProperties country
The country of the contact

Method Detail

values

public static ContactInfoProperties[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ContactInfoProperties c : ContactInfoProperties.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ContactInfoProperties valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2012 STARFACE GmbH. All rights reserved.