|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.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 |
Method Summary | |
---|---|
static boolean |
isDefined(int value)
|
static String |
toString(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NONE
None
public static final int POSTAL
A postal delivery address
public static final int PREF
A preferred delivery address
public static final int DOM
A domestic address
public static final int PARCEL
A parcel delivery address
public static final int HOME
A home delivery address
public static final int WORK
A work delivery address
public static final int INTL
An international address
Method Detail |
---|
public static boolean isDefined(int value)
public static String toString(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |