com.aspose.email
Class VCardVersion

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

public final class VCardVersion
extends BaseEnum<VCardVersion>

Enumerates vCard version


Field Summary
static int _V21
           vCard version 2.1 (default)
static VCardVersion V21
           
 
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

_V21

public static final int _V21

vCard version 2.1 (default)

See Also:
Constant Field Values

V21

public static final VCardVersion V21


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