|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncml.protocol.SyncCap
public class SyncCap
This class represents the synchronization capabilities of a datastore and corresponds to the <SyncCap> tag in the SyncML devinf DTD
DataStore
Constructor Summary | |
---|---|
SyncCap()
In order to expose the server configuration like WS this constructor must be public |
|
SyncCap(SyncType[] syncTypes)
Creates a new SyncCap object that specifies the synchronization capabilities of the given datastore |
Method Summary | |
---|---|
void |
addSyncType(SyncType syncType)
|
java.util.Vector |
getSyncType()
|
void |
setSyncType(SyncType[] syncTypes)
Sets the array of SyncType |
void |
setSyncType(java.util.Vector syncTypes)
Sets the array of SyncType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncCap()
public SyncCap(SyncType[] syncTypes)
syncTypes
- an array of type of the supported
synchronization - NOT NULLMethod Detail |
---|
public java.util.Vector getSyncType()
public void setSyncType(SyncType[] syncTypes)
syncTypes
- the array of SyncTypepublic void setSyncType(java.util.Vector syncTypes)
syncTypes
- the array of SyncTypepublic void addSyncType(SyncType syncType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |