Uses of Class
fr.gouv.vitam.functional.administration.common.FileAgenciesErrorCode
-
Packages that use FileAgenciesErrorCode Package Description fr.gouv.vitam.functional.administration.common Provides common classes for the Functional Administration module. -
-
Uses of FileAgenciesErrorCode in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return FileAgenciesErrorCode Modifier and Type Method Description FileAgenciesErrorCode
ErrorReportAgencies. getCode()
static FileAgenciesErrorCode
FileAgenciesErrorCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileAgenciesErrorCode[]
FileAgenciesErrorCode. 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 FileAgenciesErrorCode Modifier and Type Method Description void
ErrorReportAgencies. setCode(FileAgenciesErrorCode code)
Constructors in fr.gouv.vitam.functional.administration.common with parameters of type FileAgenciesErrorCode Constructor Description ErrorReportAgencies(FileAgenciesErrorCode code, int line, AgenciesModel agenciesModel)
ErrorReportAgencies(FileAgenciesErrorCode code, int line, java.lang.String missingInformations)
-