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