Uses of Class
com.sap.ip.me.api.smartsync.SyncProcessingType

Packages that use SyncProcessingType
com.sap.ip.me.api.smartsync   
 

Uses of SyncProcessingType in com.sap.ip.me.api.smartsync
 

Fields in com.sap.ip.me.api.smartsync declared as SyncProcessingType
static SyncProcessingType SyncProcessingType.DOWNLOAD
          A static processing type for download type SyncBo.
static SyncProcessingType SyncProcessingType.UPLOAD
          A static processing type for upload type SyncBo.
static SyncProcessingType SyncProcessingType.TWO_WAY
          A static processing type for two-way (upload and download) type SyncBo.
static SyncProcessingType SyncProcessingType.TIMED_TWO_WAY
          A static processing type for timed two-way type SyncBo.
static SyncProcessingType SyncProcessingType.LOCAL
          A static processing type for local SyncBo.
 

Methods in com.sap.ip.me.api.smartsync that return SyncProcessingType
static SyncProcessingType SyncProcessingType.forInt(int typeAsint)
          Returns a SyncProcessingType for the specified integer representation.
static SyncProcessingType SyncProcessingType.forString(java.lang.String string)
          Returns a SyncProcessingType for the specified string representation.
 SyncProcessingType SyncBoDescriptor.getSyncProcessing()
          Returns SyncProcessingType instance of this SyncBoDescriptor
 



Copyright © 2005 SAP AG. All Rights Reserved.