Enum Class FileAgenciesErrorCode
java.lang.Object
java.lang.Enum<FileAgenciesErrorCode>
fr.gouv.vitam.functional.administration.common.FileAgenciesErrorCode
- All Implemented Interfaces:
Serializable
,Comparable<FileAgenciesErrorCode>
,Constable
FileAgencies Import ErrorCode enumeration
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionFile including a deletion of a used agencyId duplication ErrorMissing informationFile not in csv formatUpdated agencies -
Method Summary
Modifier and TypeMethodDescriptionstatic FileAgenciesErrorCode
Returns the enum constant of this class with the specified name.static FileAgenciesErrorCode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STP_IMPORT_AGENCIES_ID_DUPLICATION
Id duplication Error -
STP_IMPORT_AGENCIES_NOT_CSV_FORMAT
File not in csv format -
STP_IMPORT_AGENCIES_DELETE_USED_AGENCIES
File including a deletion of a used agency -
STP_IMPORT_AGENCIES_MISSING_INFORMATIONS
Missing information -
STP_IMPORT_AGENCIES_UPDATED_AGENCIES
Updated agencies
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-