|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.email.VCardTelephoneType
public final class VCardTelephoneType
Enumerates a vCard telephone types
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
BBS
A bulletin board service number |
static int |
CAR
A car-phone number |
static int |
CELL
A cellular number |
static int |
FAX
A facsimile number |
static int |
HOME
A home number |
static int |
ISDN
An ISDN number |
static int |
MODEM
A modem number |
static int |
MSG
A messaging service on the number |
static int |
None
None |
static int |
PAGER
A pager number |
static int |
PCS
A personal communication services telephone number |
static int |
PREF
A preferred number |
static int |
VIDEO
A video-phone number |
static int |
VOICE
A voice number |
static int |
WORK
A work number |
Constructor Summary | |
---|---|
VCardTelephoneType()
|
Method Summary |
---|
Methods inherited from class com.aspose.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int None
None
public static final int VOICE
A voice number
public static final int PREF
A preferred number
public static final int WORK
A work number
public static final int HOME
A home number
public static final int FAX
A facsimile number
public static final int CELL
A cellular number
public static final int PAGER
A pager number
public static final int BBS
A bulletin board service number
public static final int MODEM
A modem number
public static final int CAR
A car-phone number
public static final int ISDN
An ISDN number
public static final int VIDEO
A video-phone number
public static final int PCS
A personal communication services telephone number
public static final int MSG
A messaging service on the number
Constructor Detail |
---|
public VCardTelephoneType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |