Uses of Enum Class
fr.gouv.vitam.storage.engine.common.model.EntryType
Packages that use EntryType
Package
Description
Provides common Model classes for the Storage Engine module.
-
Uses of EntryType in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return EntryTypeModifier and TypeMethodDescriptionTapeArchiveReferentialEntity.getEntryTape()
static EntryType
Returns the enum constant of this class with the specified name.static EntryType[]
EntryType.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 EntryTypeConstructors in fr.gouv.vitam.storage.engine.common.model with parameters of type EntryTypeModifierConstructorDescriptionTapeArchiveReferentialEntity
(String archiveId, TapeLibraryArchiveStorageLocation location, EntryType entryTape, Long size, String digestValue, String lastUpdateDate)