com.aspose.email
Class VCardValueLocation

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

public final class VCardValueLocation
extends BaseEnum<VCardValueLocation>

Enumerates the vCard property parameter ValueLocation


Field Summary
static int _CID
           Content id
static int _INLINE
           Inline value location (default)
static int _URI
           Uri
static int _URL
           Url
static VCardValueLocation CID
           
static VCardValueLocation INLINE
           
static VCardValueLocation URI
           
static VCardValueLocation URL
           
 
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

_INLINE

public static final int _INLINE

Inline value location (default)

See Also:
Constant Field Values

INLINE

public static final VCardValueLocation INLINE

_URL

public static final int _URL

Url

See Also:
Constant Field Values

URL

public static final VCardValueLocation URL

_CID

public static final int _CID

Content id

See Also:
Constant Field Values

CID

public static final VCardValueLocation CID

_URI

public static final int _URI

Uri

See Also:
Constant Field Values

URI

public static final VCardValueLocation URI


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