com.aspose.network
Class VCardUrlType

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

public final class VCardUrlType
extends Object

Enumerates url type


Field Summary
static int HOME
           Home type
static int NONE
           No type is specified
static int WORK
           Work type
 
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

No type is specified

See Also:
Constant Field Values

HOME

public static final int HOME

Home type

See Also:
Constant Field Values

WORK

public static final int WORK

Work type

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.