com.aspose.network
Class VCardVersion

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

public final class VCardVersion
extends Object

Enumerates vCard version


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

V2_1

public static final int V2_1

vCard version 2.1 (default)

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.