sync4j.syncclient.spds.engine
Class SyncItemState

java.lang.Object
  extended bysync4j.syncclient.spds.engine.SyncItemState

public class SyncItemState
extends java.lang.Object

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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW

public static final char NEW
A new item

See Also:
Constant Field Values

UPDATED

public static final char UPDATED
An updated item

See Also:
Constant Field Values

DELETED

public static final char DELETED
A deleted item

See Also:
Constant Field Values

SYNCHRONIZED

public static final char SYNCHRONIZED
An unchanged item

See Also:
Constant Field Values

UNKNOWN

public static final char UNKNOWN
State unknown

See Also:
Constant Field Values

NOT_EXISTING

public static final char NOT_EXISTING
A not existing item

See Also:
Constant Field Values
Constructor Detail

SyncItemState

public SyncItemState()


Copyright © 2003-2005 Sync4j.