Enum Class SedaUtils.CheckSedaValidationStatus
java.lang.Object
java.lang.Enum<SedaUtils.CheckSedaValidationStatus>
fr.gouv.vitam.worker.common.utils.SedaUtils.CheckSedaValidationStatus
- All Implemented Interfaces:
Serializable
,Comparable<SedaUtils.CheckSedaValidationStatus>
,Constable
- Enclosing class:
- SedaUtils
public static enum SedaUtils.CheckSedaValidationStatus
extends Enum<SedaUtils.CheckSedaValidationStatus>
Check Seda Validation status values
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionMore than one folder dans SIPmore than one manifest in SIPFile not foundFile is not a XMLXML File not valid against XSDIf seda version is not supported by VitamVALID XML File -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SedaUtils.CheckSedaValidationStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VALID
VALID XML File -
NOT_XSD_VALID
XML File not valid against XSD -
NOT_XML_FILE
File is not a XML -
NO_FILE
File not found -
MORE_THAN_ONE_MANIFEST
more than one manifest in SIP -
MORE_THAN_ONE_FOLDER_CONTENT
More than one folder dans SIP -
UNSUPPORTED_SEDA_VERSION
If seda version is not supported by Vitam
-
-
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
-