com.aspose.email
Class VCardTelephoneType

java.lang.Object
  extended by com.aspose.email.ms.java.Enum
      extended by com.aspose.email.VCardTelephoneType

public final class VCardTelephoneType
extends com.aspose.email.ms.java.Enum

Enumerates a vCard telephone types


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum
 
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
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Constructor Summary
VCardTelephoneType()
           
 
Method Summary
 
Methods inherited from class com.aspose.email.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None

None

See Also:
Constant Field Values

VOICE

public static final int VOICE

A voice number

See Also:
Constant Field Values

PREF

public static final int PREF

A preferred number

See Also:
Constant Field Values

WORK

public static final int WORK

A work number

See Also:
Constant Field Values

HOME

public static final int HOME

A home number

See Also:
Constant Field Values

FAX

public static final int FAX

A facsimile number

See Also:
Constant Field Values

CELL

public static final int CELL

A cellular number

See Also:
Constant Field Values

PAGER

public static final int PAGER

A pager number

See Also:
Constant Field Values

BBS

public static final int BBS

A bulletin board service number

See Also:
Constant Field Values

MODEM

public static final int MODEM

A modem number

See Also:
Constant Field Values

CAR

public static final int CAR

A car-phone number

See Also:
Constant Field Values

ISDN

public static final int ISDN

An ISDN number

See Also:
Constant Field Values

VIDEO

public static final int VIDEO

A video-phone number

See Also:
Constant Field Values

PCS

public static final int PCS

A personal communication services telephone number

See Also:
Constant Field Values

MSG

public static final int MSG

A messaging service on the number

See Also:
Constant Field Values
Constructor Detail

VCardTelephoneType

public VCardTelephoneType()


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