Uses of Class
fr.gouv.vitam.common.model.unit.LevelType
-
Packages that use LevelType Package Description fr.gouv.vitam.collect.internal.core.helpers fr.gouv.vitam.common.model.unit -
-
Uses of LevelType in fr.gouv.vitam.collect.internal.core.helpers
Methods in fr.gouv.vitam.collect.internal.core.helpers with parameters of type LevelType Modifier and Type Method Description static ArchiveUnitModel
MetadataHelper. createUnit(java.lang.String transactionId, LevelType descriptionLevel, java.lang.String path, java.lang.String title, java.lang.String unitParent)
-
Uses of LevelType in fr.gouv.vitam.common.model.unit
Methods in fr.gouv.vitam.common.model.unit that return LevelType Modifier and Type Method Description static LevelType
LevelType. fromValue(java.lang.String v)
LevelType
DescriptiveMetadataModel. getDescriptionLevel()
static LevelType
LevelType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LevelType[]
LevelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.unit with parameters of type LevelType Modifier and Type Method Description void
DescriptiveMetadataModel. setDescriptionLevel(LevelType descriptionLevel)
-