|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jSyncManager.API.Protocol.Util.DLPRecord
org.jSyncManager.API.Conduit.Tools.vTypes.vCommon.vObject
org.jSyncManager.API.Conduit.Tools.vTypes.vCard
vCard specification implementation for the AddressRecord API class.
AddressRecord,
Serialized Form| Field Summary | |
AddressRecord |
record
AddressRecord variable. |
static java.lang.String |
RECORDNAME
Recordname type identifier for PDA database record. |
| Fields inherited from class org.jSyncManager.API.Conduit.Tools.vTypes.vCommon.vObject |
BEGIN, CRLF, END, properties |
| Fields inherited from class org.jSyncManager.API.Protocol.Util.DLPRecord |
ARCHIVED, attributes, BUSY, category, data, DATA_INCLUDED, DELETE_ALL_IN_CATEGORY, DELETE_ALL_RECORDS, DELETED, DIRTY, index, inputData, recordID, recordSize, SECRET, SORT_DATABASE |
| Constructor Summary | |
vCard()
Creates a new default instance of vCard |
|
vCard(AddressRecord rec)
Create new JSXMLDocument with given AddressRecord. |
|
vCard(vFoldedFile file,
java.lang.Integer lineno)
Creates a new instance of vCard using input from BufferedReader |
|
| Method Summary | |
PropertyList |
getProperties()
Getter for property properties. |
vObject |
getProperty(java.lang.String key)
Getter for property properties. |
AddressRecord |
getRecord(AddressRecord rec)
Setter for property record. |
void |
importRecord(AddressRecord rec)
Setter for property record. |
static void |
main(java.lang.String[] argv)
Main test method |
void |
setProperties(PropertyList properties)
Setter for property properties. |
| Methods inherited from class org.jSyncManager.API.Conduit.Tools.vTypes.vCommon.vObject |
checkExclusive, checkMandatory, format, getGroup, getLineno, getName, getResources, getVObjectClass, importRecord, isSingleInstance, isStarted, parse, parseName, setGroup, setLineno, setName, setResources, setStarted, toString |
| Methods inherited from class org.jSyncManager.API.Protocol.Util.DLPRecord |
addAttribute, checkAttribute, clearAttribute, generateData, getAttributes, getCategory, getData, getIndex, getRecordID, getRecordSize, parseFields, setAttributes, setCategory, setData, setIndex, setRecordID, setRecordSize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static java.lang.String RECORDNAME
public AddressRecord record
AddressRecord| Constructor Detail |
public vCard()
public vCard(vFoldedFile file,
java.lang.Integer lineno)
throws java.text.ParseException
file - a vFoldedFile instance.lineno - the line number to use.
java.text.ParseException - Text parsing exception
java.io.IOException - IOException from BufferedReader input
public vCard(AddressRecord rec)
throws java.text.ParseException,
java.io.IOException
rec - AddressRecord
java.text.ParseException - in case of parsing exception from AddressRecord information.
java.io.IOException - in case of I/O exception.| Method Detail |
public vObject getProperty(java.lang.String key)
key - String key checked against resource list of type names for vCard
public PropertyList getProperties()
getProperties in class vObjectpublic void setProperties(PropertyList properties)
setProperties in class vObjectproperties - New value of property properties.public AddressRecord getRecord(AddressRecord rec)
rec - New value of property record.public void importRecord(AddressRecord rec)
rec - New value of property record.public static void main(java.lang.String[] argv)
argv - String[]
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||