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