Uses of Class
fr.gouv.vitam.functional.administration.common.FileRulesErrorCode
-
Packages that use FileRulesErrorCode Package Description fr.gouv.vitam.functional.administration.common Provides common classes for the Functional Administration module. -
-
Uses of FileRulesErrorCode in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return FileRulesErrorCode Modifier and Type Method Description FileRulesErrorCode
ErrorReport. getCode()
static FileRulesErrorCode
FileRulesErrorCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileRulesErrorCode[]
FileRulesErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.functional.administration.common with parameters of type FileRulesErrorCode Modifier and Type Method Description void
ErrorReport. setCode(FileRulesErrorCode code)
Constructors in fr.gouv.vitam.functional.administration.common with parameters of type FileRulesErrorCode Constructor Description ErrorReport(FileRulesErrorCode code, int line, FileRulesCSV fileRulesCSV)
ErrorReport(FileRulesErrorCode code, int line, java.lang.String missingInformations)
-