public enum FileRulesErrorCode extends Enum<FileRulesErrorCode>
Enum Constant and Description |
---|
STP_IMPORT_RULES_DELETE_USED_RULES
Used rule could not be deleted
|
STP_IMPORT_RULES_MISSING_INFORMATION
Missing information
|
STP_IMPORT_RULES_NOT_CSV_FORMAT
File not in csv format
|
STP_IMPORT_RULES_RULEDURATION_EXCEED
RUle duration exceed limit
|
STP_IMPORT_RULES_RULEID_DUPLICATION
Rule id duplication
|
STP_IMPORT_RULES_UPDATED_RULES
Updated rules
|
STP_IMPORT_RULES_WRONG_RULEDURATION
Wrong rule duration
|
STP_IMPORT_RULES_WRONG_RULEMEASUREMENT
Wrong rule measurement
|
STP_IMPORT_RULES_WRONG_RULETYPE_UNKNOW
Unknown Ruletype
|
STP_IMPORT_RULES_WRONG_TOTALDURATION
Incorrect total duration
|
Modifier and Type | Method and Description |
---|---|
static FileRulesErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileRulesErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileRulesErrorCode STP_IMPORT_RULES_RULEID_DUPLICATION
public static final FileRulesErrorCode STP_IMPORT_RULES_NOT_CSV_FORMAT
public static final FileRulesErrorCode STP_IMPORT_RULES_WRONG_RULETYPE_UNKNOW
public static final FileRulesErrorCode STP_IMPORT_RULES_WRONG_RULEMEASUREMENT
public static final FileRulesErrorCode STP_IMPORT_RULES_WRONG_RULEDURATION
public static final FileRulesErrorCode STP_IMPORT_RULES_WRONG_TOTALDURATION
public static final FileRulesErrorCode STP_IMPORT_RULES_DELETE_USED_RULES
public static final FileRulesErrorCode STP_IMPORT_RULES_UPDATED_RULES
public static final FileRulesErrorCode STP_IMPORT_RULES_MISSING_INFORMATION
public static final FileRulesErrorCode STP_IMPORT_RULES_RULEDURATION_EXCEED
public static FileRulesErrorCode[] values()
for (FileRulesErrorCode c : FileRulesErrorCode.values()) System.out.println(c);
public static FileRulesErrorCode 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.