Uses of Class
com.funambol.syncml.protocol.SyncType

Packages that use SyncType
com.funambol.syncml.protocol   
 

Uses of SyncType in com.funambol.syncml.protocol
 

Fields in com.funambol.syncml.protocol declared as SyncType
static SyncType[] SyncType.ALL_SYNC_TYPES
           
static SyncType SyncType.ONE_WAY_FROM_CLIENT
           
static SyncType SyncType.ONE_WAY_FROM_SERVER
           
static SyncType SyncType.REFRESH_FROM_CLIENT
           
static SyncType SyncType.REFRESH_FROM_SERVER
           
static SyncType SyncType.SERVER_ALERTED
           
static SyncType SyncType.SLOW
           
static SyncType SyncType.TWO_WAY
           
 

Methods in com.funambol.syncml.protocol that return SyncType
static SyncType SyncType.getInstance(int syncType)
          Gets the instance of synchronization type
 

Methods in com.funambol.syncml.protocol with parameters of type SyncType
 void SyncCap.addSyncType(SyncType syncType)
           
 void SyncCap.setSyncType(SyncType[] syncTypes)
          Sets the array of SyncType
 

Constructors in com.funambol.syncml.protocol with parameters of type SyncType
SyncCap(SyncType[] syncTypes)
          Creates a new SyncCap object that specifies the synchronization capabilities of the given datastore
 



Copyright © 2001-2009 Funambol.