Uses of Enum Class
fr.gouv.vitam.common.model.unit.LevelType
Packages that use LevelType
-
Uses of LevelType in fr.gouv.vitam.collect.internal.core.helpers
Methods in fr.gouv.vitam.collect.internal.core.helpers with parameters of type LevelTypeModifier and TypeMethodDescriptionstatic ArchiveUnitModel
MetadataHelper.createUnit
(String transactionId, LevelType descriptionLevel, String path, String title, String unitParent) -
Uses of LevelType in fr.gouv.vitam.common.model.unit
Methods in fr.gouv.vitam.common.model.unit that return LevelTypeModifier and TypeMethodDescriptionstatic LevelType
DescriptiveMetadataModel.getDescriptionLevel()
static LevelType
Returns the enum constant of this class with the specified name.static LevelType[]
LevelType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.model.unit with parameters of type LevelTypeModifier and TypeMethodDescriptionvoid
DescriptiveMetadataModel.setDescriptionLevel
(LevelType descriptionLevel)