|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.VCardUrlType
public final class VCardUrlType
Enumerates url type
Field Summary | |
---|---|
static int |
HOME
Home type |
static int |
NONE
No type is specified |
static int |
WORK
Work type |
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 |
---|
public static final int NONE
No type is specified
public static final int HOME
Home type
public static final int WORK
Work type
Method Detail |
---|
public static boolean isDefined(int value)
public static String toString(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |