Uses of Class
fr.gouv.vitam.storage.offers.tape.dto.TapeSlotType
-
Packages that use TapeSlotType Package Description fr.gouv.vitam.storage.offers.tape.dto -
-
Uses of TapeSlotType in fr.gouv.vitam.storage.offers.tape.dto
Methods in fr.gouv.vitam.storage.offers.tape.dto that return TapeSlotType Modifier and Type Method Description TapeSlotTypeTapeSlot. getStorageElementType()static TapeSlotTypeTapeSlotType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TapeSlotType[]TapeSlotType. 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 with parameters of type TapeSlotType Modifier and Type Method Description TapeSlotTapeSlot. setStorageElementType(TapeSlotType storageElementType)
-