Uses of Enum Class
fr.gouv.vitam.functional.administration.common.FileRulesErrorCode
Package
Description
Provides common classes for the Functional Administration module.
-
Uses of FileRulesErrorCode in fr.gouv.vitam.functional.administration.common
Modifier and TypeMethodDescriptionErrorReport.getCode()
static FileRulesErrorCode
Returns the enum constant of this class with the specified name.static FileRulesErrorCode[]
FileRulesErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionErrorReport
(FileRulesErrorCode code, int line, FileRulesCSV fileRulesCSV) ErrorReport
(FileRulesErrorCode code, int line, String missingInformations)