Uses of Enum Class
fr.gouv.vitam.storage.offers.tape.dto.TapeDriveStatus
Packages that use TapeDriveStatus
-
Uses of TapeDriveStatus in fr.gouv.vitam.storage.offers.tape.dto
Methods in fr.gouv.vitam.storage.offers.tape.dto that return TapeDriveStatusModifier and TypeMethodDescriptionstatic TapeDriveStatusReturns the enum constant of this class with the specified name.static TapeDriveStatus[]TapeDriveStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.storage.offers.tape.dto that return types with arguments of type TapeDriveStatusModifier and TypeMethodDescriptionTapeDriveState.addToDriveStatuses(TapeDriveStatus driveStatus) TapeDriveSpec.getDriveStatuses()TapeDriveState.getDriveStatuses()Methods in fr.gouv.vitam.storage.offers.tape.dto with parameters of type TapeDriveStatusMethod parameters in fr.gouv.vitam.storage.offers.tape.dto with type arguments of type TapeDriveStatusModifier and TypeMethodDescriptionvoidTapeDriveState.setDriveStatuses(List<TapeDriveStatus> driveStatuses)