Uses of Enum Class
backupmanager.BackupProgress.STATE
Packages that use BackupProgress.STATE
- 
Uses of BackupProgress.STATE in backupmanager
Methods in backupmanager that return BackupProgress.STATEModifier and TypeMethodDescriptionBackupProgress.getState()static BackupProgress.STATEReturns 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.Constructors in backupmanager with parameters of type BackupProgress.STATEModifierConstructorDescriptionBackupProgress(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.