Uses of Class
fr.gouv.vitam.storage.offers.tape.dto.TapeDriveStatus
-
Packages that use TapeDriveStatus Package Description fr.gouv.vitam.storage.offers.tape.dto -
-
Uses of TapeDriveStatus in fr.gouv.vitam.storage.offers.tape.dto
Methods in fr.gouv.vitam.storage.offers.tape.dto that return TapeDriveStatus Modifier and Type Method Description static TapeDriveStatus
TapeDriveStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TapeDriveStatus[]
TapeDriveStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.storage.offers.tape.dto that return types with arguments of type TapeDriveStatus Modifier and Type Method Description java.util.List<TapeDriveStatus>
TapeDriveState. addToDriveStatuses(TapeDriveStatus driveStatus)
java.util.List<TapeDriveStatus>
TapeDriveSpec. getDriveStatuses()
java.util.List<TapeDriveStatus>
TapeDriveState. getDriveStatuses()
Methods in fr.gouv.vitam.storage.offers.tape.dto with parameters of type TapeDriveStatus Modifier and Type Method Description java.util.List<TapeDriveStatus>
TapeDriveState. addToDriveStatuses(TapeDriveStatus driveStatus)
Method parameters in fr.gouv.vitam.storage.offers.tape.dto with type arguments of type TapeDriveStatus Modifier and Type Method Description void
TapeDriveState. setDriveStatuses(java.util.List<TapeDriveStatus> driveStatuses)
-