Annotation Interface Backup.Type
- Enclosing class:
- Backup
Constant values for the backup type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constant value for creating the backup.static final int
Constant value for creating the backup file.static final int
Constant value for deleting the backup.static final int
Constant value for deleting all the backups.static final int
Constant value for modifying the backup.static final int
Constant value for renaming the backup.static final int
Constant value for restoring the backup.
-
Field Details
-
DELETE_ALL
static final int DELETE_ALLConstant value for deleting all the backups.- See Also:
-
DELETE
static final int DELETEConstant value for deleting the backup.- See Also:
-
BACKUP
static final int BACKUPConstant value for creating the backup.- See Also:
-
BACKUP_FILE
static final int BACKUP_FILEConstant value for creating the backup file.- See Also:
-
RESTORE
static final int RESTOREConstant value for restoring the backup.- See Also:
-
MODIFY
static final int MODIFYConstant value for modifying the backup.- See Also:
-
RENAME
static final int RENAMEConstant value for renaming the backup.- See Also:
-