com.aspose.email
Class VCardUrlType

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

public final class VCardUrlType
extends BaseEnum<VCardUrlType>

Enumerates url type


Field Summary
static int _HOME
           Home type
static int _None
           No type is specified
static int _WORK
           Work type
static VCardUrlType HOME
           
static VCardUrlType None
           
static VCardUrlType 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

No type is specified

See Also:
Constant Field Values

None

public static final VCardUrlType None

_HOME

public static final int _HOME

Home type

See Also:
Constant Field Values

HOME

public static final VCardUrlType HOME

_WORK

public static final int _WORK

Work type

See Also:
Constant Field Values

WORK

public static final VCardUrlType WORK


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