Uses of Enum Class
de.espirit.firstspirit.access.export.BackupType
Packages that use BackupType
-
Uses of BackupType in de.espirit.firstspirit.access.export
Methods in de.espirit.firstspirit.access.export that return BackupTypeModifier and TypeMethodDescriptionstatic BackupTypeReturns the enum constant of this class with the specified name.static BackupType[]BackupType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BackupType in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return BackupTypeModifier and TypeMethodDescriptionProjectBackupTask2.getBackupType()Provides the type of backup to be performed.Methods in de.espirit.firstspirit.access.schedule with parameters of type BackupTypeModifier and TypeMethodDescriptionvoidProjectBackupTask2.setBackupType(BackupType backupType) Defines the type of backup to be performed.