public enum FileAgenciesErrorCode extends Enum<FileAgenciesErrorCode>
Enum Constant and Description |
---|
STP_IMPORT_AGENCIES_DELETE_USED_AGENCIES
File including a deletion of a used agency
|
STP_IMPORT_AGENCIES_ID_DUPLICATION
Id duplication Error
|
STP_IMPORT_AGENCIES_MISSING_INFORMATIONS
Missing information
|
STP_IMPORT_AGENCIES_NOT_CSV_FORMAT
File not in csv format
|
STP_IMPORT_AGENCIES_UPDATED_AGENCIES
Updated agencies
|
Modifier and Type | Method and Description |
---|---|
static FileAgenciesErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileAgenciesErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileAgenciesErrorCode STP_IMPORT_AGENCIES_ID_DUPLICATION
public static final FileAgenciesErrorCode STP_IMPORT_AGENCIES_NOT_CSV_FORMAT
public static final FileAgenciesErrorCode STP_IMPORT_AGENCIES_DELETE_USED_AGENCIES
public static final FileAgenciesErrorCode STP_IMPORT_AGENCIES_MISSING_INFORMATIONS
public static final FileAgenciesErrorCode STP_IMPORT_AGENCIES_UPDATED_AGENCIES
public static FileAgenciesErrorCode[] values()
for (FileAgenciesErrorCode c : FileAgenciesErrorCode.values()) System.out.println(c);
public static FileAgenciesErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 Vitam. All rights reserved.