Annotation Interface Backup.Type

Enclosing class:
Backup

@Retention(SOURCE) public static @interface Backup.Type
Constant values for the backup type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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_ALL
      Constant value for deleting all the backups.
      See Also:
    • DELETE

      static final int DELETE
      Constant value for deleting the backup.
      See Also:
    • BACKUP

      static final int BACKUP
      Constant value for creating the backup.
      See Also:
    • BACKUP_FILE

      static final int BACKUP_FILE
      Constant value for creating the backup file.
      See Also:
    • RESTORE

      static final int RESTORE
      Constant value for restoring the backup.
      See Also:
    • MODIFY

      static final int MODIFY
      Constant value for modifying the backup.
      See Also:
    • RENAME

      static final int RENAME
      Constant value for renaming the backup.
      See Also: