|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecta_vcard.android.syncml.pim.vcard.VCardComposer
public class VCardComposer
Compose VCard string
| Field Summary | |
|---|---|
static int |
VERSION_VCARD21_INT
|
static int |
VERSION_VCARD30_INT
|
| Constructor Summary | |
|---|---|
VCardComposer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
createVCard(ContactStruct struct,
int vcardversion)
Create a vCard String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int VERSION_VCARD21_INT
public static final int VERSION_VCARD30_INT
| Constructor Detail |
|---|
public VCardComposer()
| Method Detail |
|---|
public java.lang.String createVCard(ContactStruct struct,
int vcardversion)
throws VCardException
struct - see more from ContactStruct classvcardversion - MUST be VERSION_VCARD21 /VERSION_VCARD30
VCardException - struct.name is null /vcardversion not match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||