|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncclient.spds.engine.SyncItemState
public class SyncItemState
It collects the possible states in which a SyncItem can be.
Field Summary | |
---|---|
static char |
DELETED
A deleted item |
static char |
NEW
A new item |
static char |
NOT_EXISTING
A not existing item |
static char |
SYNCHRONIZED
An unchanged item |
static char |
UNKNOWN
State unknown |
static char |
UPDATED
An updated item |
Constructor Summary | |
---|---|
SyncItemState()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final char NEW
public static final char UPDATED
public static final char DELETED
public static final char SYNCHRONIZED
public static final char UNKNOWN
public static final char NOT_EXISTING
Constructor Detail |
---|
public SyncItemState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |