|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.BaseEnum<VCardDeliveryAddressType>
com.aspose.email.VCardDeliveryAddressType
public final class 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 |
---|
public static final int _None
None
public static final VCardDeliveryAddressType None
public static final int _POSTAL
A postal delivery address
public static final VCardDeliveryAddressType POSTAL
public static final int _PREF
A preferred delivery address
public static final VCardDeliveryAddressType PREF
public static final int _DOM
A domestic address
public static final VCardDeliveryAddressType DOM
public static final int _PARCEL
A parcel delivery address
public static final VCardDeliveryAddressType PARCEL
public static final int _HOME
A home delivery address
public static final VCardDeliveryAddressType HOME
public static final int _WORK
A work delivery address
public static final VCardDeliveryAddressType WORK
public static final int _INTL
An international address
public static final VCardDeliveryAddressType INTL
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |