Enum Class ChecksInformation
java.lang.Object
java.lang.Enum<ChecksInformation>
fr.gouv.vitam.worker.core.plugin.probativevalue.pojo.ChecksInformation
- All Implemented Interfaces:
Serializable
,Comparable<ChecksInformation>
,Constable
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
static ChecksInformation
Returns the enum constant of this class with the specified name.static ChecksInformation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FILE_DIGEST_OFFER_DATABASE_COMPARISON
-
FILE_DIGEST_LFC_DATABASE_COMPARISON
-
FILE_DIGEST_DATABASE_TRACEABILITY_COMPARISON
-
EVENTS_OBJECT_GROUP_DIGEST_DATABASE_TRACEABILITY_COMPARISON
-
EVENTS_OPERATION_DATABASE_TRACEABILITY_COMPARISON
-
MERKLE_OPERATION_DIGEST_DATABASE_TRACEABILITY_COMPARISON
-
MERKLE_OPERATION_DIGEST_COMPUTATION_TRACEABILITY_COMPARISON
-
MERKLE_OPERATION_DIGEST_COMPUTATION_ADDITIONAL_TRACEABILITY_COMPARISON
public static final ChecksInformation MERKLE_OPERATION_DIGEST_COMPUTATION_ADDITIONAL_TRACEABILITY_COMPARISON -
MERKLE_OBJECT_GROUP_DIGEST_DATABASE_TRACEABILITY_COMPARISON
-
MERKLE_OBJECT_GROUP_DIGEST_COMPUTATION_TRACEABILITY_COMPARISON
public static final ChecksInformation MERKLE_OBJECT_GROUP_DIGEST_COMPUTATION_TRACEABILITY_COMPARISON -
MERKLE_OBJECT_GROUP_DIGEST_COMPUTATION_ADDITIONAL_TRACEABILITY_COMPARISON
public static final ChecksInformation MERKLE_OBJECT_GROUP_DIGEST_COMPUTATION_ADDITIONAL_TRACEABILITY_COMPARISON -
TIMESTAMP_OPERATION_DATABASE_TRACEABILITY_VALIDATION
-
TIMESTAMP_OPERATION_DATABASE_TRACEABILITY_COMPARISON
-
TIMESTAMP_OPERATION_COMPUTATION_TRACEABILITY_COMPARISON
-
TIMESTAMP_OBJECT_GROUP_DATABASE_TRACEABILITY_VALIDATION
-
TIMESTAMP_OBJECT_GROUP_DATABASE_TRACEABILITY_COMPARISON
-
TIMESTAMP_OBJECT_GROUP_COMPUTATION_TRACEABILITY_COMPARISON
-
PREVIOUS_TIMESTAMP_OPERATION_DATABASE_TRACEABILITY_VALIDATION
-
PREVIOUS_TIMESTAMP_OPERATION_DATABASE_TRACEABILITY_COMPARISON
-
PREVIOUS_TIMESTAMP_OBJECT_GROUP_DATABASE_TRACEABILITY_VALIDATION
public static final ChecksInformation PREVIOUS_TIMESTAMP_OBJECT_GROUP_DATABASE_TRACEABILITY_VALIDATION -
PREVIOUS_TIMESTAMP_OBJECT_GROUP_DATABASE_TRACEABILITY_COMPARISON
public static final ChecksInformation PREVIOUS_TIMESTAMP_OBJECT_GROUP_DATABASE_TRACEABILITY_COMPARISON
-
-
Field Details
-
checksType
-
source
-
destination
-
action
-
item
-
explanation
-
-
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
-
toString
- Overrides:
toString
in classEnum<ChecksInformation>
-