|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.smartsync.SyncProcessingType
An enumeration of the SyncBo's possible processing type.
Field Summary | |
static SyncProcessingType |
DOWNLOAD
A static processing type for download type SyncBo. |
static SyncProcessingType |
LOCAL
A static processing type for local SyncBo. |
static SyncProcessingType |
TIMED_TWO_WAY
A static processing type for timed two-way type SyncBo. |
static SyncProcessingType |
TWO_WAY
A static processing type for two-way (upload and download) type SyncBo. |
static SyncProcessingType |
UPLOAD
A static processing type for upload type SyncBo. |
Method Summary | |
static SyncProcessingType |
forInt(int typeAsint)
Returns a SyncProcessingType for the specified integer representation. |
static SyncProcessingType |
forString(java.lang.String string)
Returns a SyncProcessingType for the specified string representation. |
boolean |
isDownloading()
Returns true of this SyncProcessingType can be downloaded from the server to the client otherwise false. |
boolean |
isUploading()
Returns true of this SyncProcessingType can be uploaded from the client to the server otherwise false. |
int |
toInt()
Returns the integer representation of this SyncProcessingType object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static SyncProcessingType DOWNLOAD
public static SyncProcessingType UPLOAD
public static SyncProcessingType TWO_WAY
public static SyncProcessingType TIMED_TWO_WAY
public static SyncProcessingType LOCAL
Method Detail |
public static SyncProcessingType forInt(int typeAsint)
typeAsint
- the integer representation
public boolean isUploading()
public boolean isDownloading()
public static SyncProcessingType forString(java.lang.String string)
string
- the string representation
public int toInt()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |