|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.OutboundRecord.PhoneType
public static class OutboundRecord.PhoneType
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 |
|---|
public static final int NO_TYPE_
public static final OutboundRecord.PhoneType NO_TYPE
public static final int HOME_PHONE_
public static final OutboundRecord.PhoneType HOME_PHONE
public static final int DIRECT_BUSINESS_PHONE_
public static final OutboundRecord.PhoneType DIRECT_BUSINESS_PHONE
public static final int BUSINESS_WITH_EXTENSION_
public static final OutboundRecord.PhoneType BUSINESS_WITH_EXTENSION
public static final int MOBILE_
public static final OutboundRecord.PhoneType MOBILE
public static final int VACATION_PHONE_
public static final OutboundRecord.PhoneType VACATION_PHONE
public static final int PAGER_
public static final OutboundRecord.PhoneType PAGER
public static final int MODEM_
public static final OutboundRecord.PhoneType MODEM
public static final int VOICE_MAIL_
public static final OutboundRecord.PhoneType VOICE_MAIL
public static final int PIN_PAGER_
public static final OutboundRecord.PhoneType PIN_PAGER
public static final int EMAIL_ADDRESS_
public static final OutboundRecord.PhoneType EMAIL_ADDRESS
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final OutboundRecord.PhoneType getPhoneType(int value)
PhoneType for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||