com.aspose.network
Class VCardValueLocation

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

public final class VCardValueLocation
extends Object

Enumerates the vCard property parameter ValueLocation


Field Summary
static byte CID
           Content id
static byte INLINE
           Inline value location (default)
static byte URI
           Uri
static byte URL
           Url
 
Method Summary
static boolean isDefined(byte value)
           
static String toString(byte value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INLINE

public static final byte INLINE

Inline value location (default)

See Also:
Constant Field Values

URL

public static final byte URL

Url

See Also:
Constant Field Values

CID

public static final byte CID

Content id

See Also:
Constant Field Values

URI

public static final byte URI

Uri

See Also:
Constant Field Values
Method Detail

isDefined

public static boolean isDefined(byte value)

toString

public static String toString(byte value)


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