|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.BaseEnum<VCardValueLocation>
com.aspose.email.VCardValueLocation
public final class 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 |
---|
public static final int _INLINE
Inline value location (default)
public static final VCardValueLocation INLINE
public static final int _URL
Url
public static final VCardValueLocation URL
public static final int _CID
Content id
public static final VCardValueLocation CID
public static final int _URI
Uri
public static final VCardValueLocation URI
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |