com.genesyslab.ail
Class OutboundRecord.PhoneType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.OutboundRecord.PhoneType
Enclosing interface:
OutboundRecord

public static class OutboundRecord.PhoneType
extends Enum

Constants for the phone types.


Field Summary
static OutboundRecord.PhoneType BUSINESS_WITH_EXTENSION
          Business With Extension.
static int BUSINESS_WITH_EXTENSION_
          Business With Extension.
static OutboundRecord.PhoneType DIRECT_BUSINESS_PHONE
          Direct Business Phone.
static int DIRECT_BUSINESS_PHONE_
          Direct Business Phone.
static OutboundRecord.PhoneType EMAIL_ADDRESS
          E-Mail Address.
static int EMAIL_ADDRESS_
          E-Mail Address.
static OutboundRecord.PhoneType HOME_PHONE
          Home Phone.
static int HOME_PHONE_
          Home Phone.
static int MAX
           
static OutboundRecord.PhoneType MOBILE
          Mobile.
static int MOBILE_
          Mobile.
static OutboundRecord.PhoneType MODEM
          Modem.
static int MODEM_
          Modem.
static OutboundRecord.PhoneType NO_TYPE
          No Type.
static int NO_TYPE_
          No Type.
static OutboundRecord.PhoneType PAGER
          Pager.
static int PAGER_
          Pager.
static OutboundRecord.PhoneType PIN_PAGER
          Pin Pager.
static int PIN_PAGER_
          Pin Pager.
static OutboundRecord.PhoneType VACATION_PHONE
          Vacation Phone.
static int VACATION_PHONE_
          Vacation Phone.
static OutboundRecord.PhoneType VOICE_MAIL
          Voice Mail.
static int VOICE_MAIL_
          Voice Mail.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static OutboundRecord.PhoneType getPhoneType(int value)
          Returns the PhoneType for this value.
static int max()
          The number of defined constants, also the next usable value for the possible constants.
 
Methods inherited from class com.genesyslab.ail.Enum
equals, hashCode, toInt, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_TYPE_

public static final int NO_TYPE_
No Type.

See Also:
Constant Field Values

NO_TYPE

public static final OutboundRecord.PhoneType NO_TYPE
No Type.


HOME_PHONE_

public static final int HOME_PHONE_
Home Phone.

See Also:
Constant Field Values

HOME_PHONE

public static final OutboundRecord.PhoneType HOME_PHONE
Home Phone.


DIRECT_BUSINESS_PHONE_

public static final int DIRECT_BUSINESS_PHONE_
Direct Business Phone.

See Also:
Constant Field Values

DIRECT_BUSINESS_PHONE

public static final OutboundRecord.PhoneType DIRECT_BUSINESS_PHONE
Direct Business Phone.


BUSINESS_WITH_EXTENSION_

public static final int BUSINESS_WITH_EXTENSION_
Business With Extension.

See Also:
Constant Field Values

BUSINESS_WITH_EXTENSION

public static final OutboundRecord.PhoneType BUSINESS_WITH_EXTENSION
Business With Extension.


MOBILE_

public static final int MOBILE_
Mobile.

See Also:
Constant Field Values

MOBILE

public static final OutboundRecord.PhoneType MOBILE
Mobile.


VACATION_PHONE_

public static final int VACATION_PHONE_
Vacation Phone.

See Also:
Constant Field Values

VACATION_PHONE

public static final OutboundRecord.PhoneType VACATION_PHONE
Vacation Phone.


PAGER_

public static final int PAGER_
Pager.

See Also:
Constant Field Values

PAGER

public static final OutboundRecord.PhoneType PAGER
Pager.


MODEM_

public static final int MODEM_
Modem.

See Also:
Constant Field Values

MODEM

public static final OutboundRecord.PhoneType MODEM
Modem.


VOICE_MAIL_

public static final int VOICE_MAIL_
Voice Mail.

See Also:
Constant Field Values

VOICE_MAIL

public static final OutboundRecord.PhoneType VOICE_MAIL
Voice Mail.


PIN_PAGER_

public static final int PIN_PAGER_
Pin Pager.

See Also:
Constant Field Values

PIN_PAGER

public static final OutboundRecord.PhoneType PIN_PAGER
Pin Pager.


EMAIL_ADDRESS_

public static final int EMAIL_ADDRESS_
E-Mail Address.

See Also:
Constant Field Values

EMAIL_ADDRESS

public static final OutboundRecord.PhoneType EMAIL_ADDRESS
E-Mail Address.


MAX

public static final int MAX
See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of defined constants, also the next usable value for the possible constants.


getPhoneType

public static final OutboundRecord.PhoneType getPhoneType(int value)
Returns the PhoneType for this value.