Uses of Class
fr.gouv.vitam.common.model.ingest.CheckSanityItem
-
Packages that use CheckSanityItem Package Description fr.gouv.vitam.common.model.ingest -
-
Uses of CheckSanityItem in fr.gouv.vitam.common.model.ingest
Methods in fr.gouv.vitam.common.model.ingest that return CheckSanityItem Modifier and Type Method Description static CheckSanityItem
CheckSanityItem. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CheckSanityItem[]
CheckSanityItem. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-