Uses of Enum Class
fr.gouv.vitam.worker.core.plugin.probativevalue.pojo.ChecksInformation.ChecksType
Packages that use ChecksInformation.ChecksType
-
Uses of ChecksInformation.ChecksType in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo
Fields in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo declared as ChecksInformation.ChecksTypeMethods in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo that return ChecksInformation.ChecksTypeModifier and TypeMethodDescriptionProbativeCheck.getType()
static ChecksInformation.ChecksType
Returns the enum constant of this class with the specified name.static ChecksInformation.ChecksType[]
ChecksInformation.ChecksType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo with parameters of type ChecksInformation.ChecksTypeModifierConstructorDescriptionProbativeCheck
(String name, String details, ChecksInformation.ChecksType type, ChecksInformation.ChecksSourceDestination source, ChecksInformation.ChecksSourceDestination destination, String sourceComparable, String destinationComparable, ChecksInformation.ChecksAction action, ChecksInformation.CheckedItem item, StatusCode status)