com.aspose.email
Class VCardTelephoneType

java.lang.Object
  extended by com.aspose.email.BaseEnum<VCardTelephoneType>
      extended by com.aspose.email.VCardTelephoneType

public final class VCardTelephoneType
extends BaseEnum<VCardTelephoneType>

Enumerates a vCard telephone types


Field Summary
static int _BBS
           A bulletin board service number
static int _CAR
           A car-phone number
static int _CELL
           A cellular number
static int _FAX
           A facsimile number
static int _HOME
           A home number
static int _ISDN
           An ISDN number
static int _MODEM
           A modem number
static int _MSG
           A messaging service on the number
static int _None
           None
static int _PAGER
           A pager number
static int _PCS
           A personal communication services telephone number
static int _PREF
           A preferred number
static int _VIDEO
           A video-phone number
static int _VOICE
           A voice number
static int _WORK
           A work number
static VCardTelephoneType BBS
           
static VCardTelephoneType CAR
           
static VCardTelephoneType CELL
           
static VCardTelephoneType FAX
           
static VCardTelephoneType HOME
           
static VCardTelephoneType ISDN
           
static VCardTelephoneType MODEM
           
static VCardTelephoneType MSG
           
static VCardTelephoneType None
           
static VCardTelephoneType PAGER
           
static VCardTelephoneType PCS
           
static VCardTelephoneType PREF
           
static VCardTelephoneType VIDEO
           
static VCardTelephoneType VOICE
           
static VCardTelephoneType WORK
           
 
Method Summary
 
Methods inherited from class com.aspose.email.BaseEnum
AND, equals, getName, getValue, hashCode, isDefined, OR, toEnum, toString, XOR
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_None

public static final int _None

None

See Also:
Constant Field Values

None

public static final VCardTelephoneType None

_VOICE

public static final int _VOICE

A voice number

See Also:
Constant Field Values

VOICE

public static final VCardTelephoneType VOICE

_PREF

public static final int _PREF

A preferred number

See Also:
Constant Field Values

PREF

public static final VCardTelephoneType PREF

_WORK

public static final int _WORK

A work number

See Also:
Constant Field Values

WORK

public static final VCardTelephoneType WORK

_HOME

public static final int _HOME

A home number

See Also:
Constant Field Values

HOME

public static final VCardTelephoneType HOME

_FAX

public static final int _FAX

A facsimile number

See Also:
Constant Field Values

FAX

public static final VCardTelephoneType FAX

_CELL

public static final int _CELL

A cellular number

See Also:
Constant Field Values

CELL

public static final VCardTelephoneType CELL

_PAGER

public static final int _PAGER

A pager number

See Also:
Constant Field Values

PAGER

public static final VCardTelephoneType PAGER

_BBS

public static final int _BBS

A bulletin board service number

See Also:
Constant Field Values

BBS

public static final VCardTelephoneType BBS

_MODEM

public static final int _MODEM

A modem number

See Also:
Constant Field Values

MODEM

public static final VCardTelephoneType MODEM

_CAR

public static final int _CAR

A car-phone number

See Also:
Constant Field Values

CAR

public static final VCardTelephoneType CAR

_ISDN

public static final int _ISDN

An ISDN number

See Also:
Constant Field Values

ISDN

public static final VCardTelephoneType ISDN

_VIDEO

public static final int _VIDEO

A video-phone number

See Also:
Constant Field Values

VIDEO

public static final VCardTelephoneType VIDEO

_PCS

public static final int _PCS

A personal communication services telephone number

See Also:
Constant Field Values

PCS

public static final VCardTelephoneType PCS

_MSG

public static final int _MSG

A messaging service on the number

See Also:
Constant Field Values

MSG

public static final VCardTelephoneType MSG


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.