Uses of Class
fr.gouv.vitam.storage.offers.tape.simulator.VirtualDriveState
-
Packages that use VirtualDriveState Package Description fr.gouv.vitam.storage.offers.tape.simulator -
-
Uses of VirtualDriveState in fr.gouv.vitam.storage.offers.tape.simulator
Methods in fr.gouv.vitam.storage.offers.tape.simulator that return VirtualDriveState Modifier and Type Method Description VirtualDriveStateVirtualDrive. getState()static VirtualDriveStateVirtualDriveState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VirtualDriveState[]VirtualDriveState. 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.simulator with parameters of type VirtualDriveState Modifier and Type Method Description VirtualDriveVirtualDrive. setState(VirtualDriveState state)
-