Uses of Enum Class
backupmanager.BackupProgress.STATE
-
Uses of BackupProgress.STATE in backupmanager
Modifier and TypeMethodDescriptionBackupProgress.getState()
static BackupProgress.STATE
Returns the enum constant of this class with the specified name.static BackupProgress.STATE[]
BackupProgress.STATE.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionBackupProgress
(BackupStream backupStream, BackupAction backupAction, BackupProgress.STATE state) Bckup progress.BackupProgress
(BackupStream backupStream, BackupAction backupAction, BackupProgress.STATE state, int n1, int n2, String msg) Bckup progress.