Uses of Enum Class
fr.gouv.vitam.storage.engine.common.model.TapeLocationType
Packages that use TapeLocationType
Package
Description
Provides common Model classes for the Storage Engine module.
-
Uses of TapeLocationType in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return TapeLocationTypeModifier and TypeMethodDescriptionTapeLocation.getLocationType()
static TapeLocationType
Returns the enum constant of this class with the specified name.static TapeLocationType[]
TapeLocationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLocationTypeModifier and TypeMethodDescriptionvoid
TapeLocation.setLocationType
(TapeLocationType locationType) Constructors in fr.gouv.vitam.storage.engine.common.model with parameters of type TapeLocationType -
Uses of TapeLocationType in fr.gouv.vitam.storage.offers.tape.dto
Methods in fr.gouv.vitam.storage.offers.tape.dto that return TapeLocationType