com.application.areca
Interface EntryStatus


public interface EntryStatus


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
static short STATUS_CREATED
           
static short STATUS_DELETED
           
static short STATUS_FIRST_BACKUP
           
static short STATUS_MISSING
           
static short STATUS_MODIFIED
           
static short STATUS_NOT_STORED
           
static short STATUS_STORED
           
static short STATUS_UNKNOWN
           
 

Field Detail

STATUS_UNKNOWN

static final short STATUS_UNKNOWN
See Also:
Constant Field Values

STATUS_NOT_STORED

static final short STATUS_NOT_STORED
See Also:
Constant Field Values

STATUS_STORED

static final short STATUS_STORED
See Also:
Constant Field Values

STATUS_MISSING

static final short STATUS_MISSING
See Also:
Constant Field Values

STATUS_CREATED

static final short STATUS_CREATED
See Also:
Constant Field Values

STATUS_FIRST_BACKUP

static final short STATUS_FIRST_BACKUP
See Also:
Constant Field Values

STATUS_MODIFIED

static final short STATUS_MODIFIED
See Also:
Constant Field Values

STATUS_DELETED

static final short STATUS_DELETED
See Also:
Constant Field Values