|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sap.ip.me.api.smartsync.SyncState
public final class SyncState
Enum of SyncBo's SyncState objects.
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 |
|---|
public static final SyncState NEW
public static final SyncState CONSISTENT
public static final SyncState INCONSISTENT
public static final SyncState QUARANTINED
SyncBoResponse.acceptClientSyncBo()/ SyncBoResponse.acceptServerSyncBo().
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||