com.aspose.network
Class VCardDeliveryAddressType

java.lang.Object
  extended by com.aspose.network.VCardDeliveryAddressType

public final class VCardDeliveryAddressType
extends Object

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

NONE

public static final int NONE

None

See Also:
Constant Field Values

POSTAL

public static final int POSTAL

A postal delivery address

See Also:
Constant Field Values

PREF

public static final int PREF

A preferred delivery address

See Also:
Constant Field Values

DOM

public static final int DOM

A domestic address

See Also:
Constant Field Values

PARCEL

public static final int PARCEL

A parcel delivery address

See Also:
Constant Field Values

HOME

public static final int HOME

A home delivery address

See Also:
Constant Field Values

WORK

public static final int WORK

A work delivery address

See Also:
Constant Field Values

INTL

public static final int INTL

An international address

See Also:
Constant Field Values
Method Detail

isDefined

public static boolean isDefined(int value)

toString

public static String toString(int value)


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