com.aspose.email
Class VCardDeliveryAddressType

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

public final class VCardDeliveryAddressType
extends BaseEnum<VCardDeliveryAddressType>

Enumerates a vCard delivery address types


Field Summary
static int _DOM
           A domestic address
static int _HOME
           A home delivery address
static int _INTL
           An international address
static int _None
           None
static int _PARCEL
           A parcel delivery address
static int _POSTAL
           A postal delivery address
static int _PREF
           A preferred delivery address
static int _WORK
           A work delivery address
static VCardDeliveryAddressType DOM
           
static VCardDeliveryAddressType HOME
           
static VCardDeliveryAddressType INTL
           
static VCardDeliveryAddressType None
           
static VCardDeliveryAddressType PARCEL
           
static VCardDeliveryAddressType POSTAL
           
static VCardDeliveryAddressType PREF
           
static VCardDeliveryAddressType 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 VCardDeliveryAddressType None

_POSTAL

public static final int _POSTAL

A postal delivery address

See Also:
Constant Field Values

POSTAL

public static final VCardDeliveryAddressType POSTAL

_PREF

public static final int _PREF

A preferred delivery address

See Also:
Constant Field Values

PREF

public static final VCardDeliveryAddressType PREF

_DOM

public static final int _DOM

A domestic address

See Also:
Constant Field Values

DOM

public static final VCardDeliveryAddressType DOM

_PARCEL

public static final int _PARCEL

A parcel delivery address

See Also:
Constant Field Values

PARCEL

public static final VCardDeliveryAddressType PARCEL

_HOME

public static final int _HOME

A home delivery address

See Also:
Constant Field Values

HOME

public static final VCardDeliveryAddressType HOME

_WORK

public static final int _WORK

A work delivery address

See Also:
Constant Field Values

WORK

public static final VCardDeliveryAddressType WORK

_INTL

public static final int _INTL

An international address

See Also:
Constant Field Values

INTL

public static final VCardDeliveryAddressType INTL


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