com.sap.ip.me.api.smartsync
Class SyncState

java.lang.Object
  extended bycom.sap.ip.me.api.smartsync.SyncState

public final class SyncState
extends java.lang.Object

Enum of SyncBo's SyncState objects.

Author:
SAP AG
See Also:
SyncBo.getSyncState()

Field Summary
static SyncState CONSISTENT
          State which indicates that Object is part of the synchronization with server.
static SyncState INCONSISTENT
          State which indicates that Object is part of the synchronization with server.
static SyncState NEW
          State which indicates that Object has been created locally.
static SyncState QUARANTINED
          State which indicates that Object is part of the synchronization.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NEW

public static final SyncState NEW
State which indicates that Modifying or deleting this object does not yet have any affect on server side until the synchronization is started.


CONSISTENT

public static final SyncState CONSISTENT
State which indicates that


INCONSISTENT

public static final SyncState INCONSISTENT
State which indicates that


QUARANTINED

public static final SyncState QUARANTINED
State which indicates that

Method Detail

toString

public java.lang.String toString()


Copyright © 2005 SAP AG. All Rights Reserved.