Enum Class ReportType

java.lang.Object
java.lang.Enum<ReportType>
fr.gouv.vitam.batch.report.model.ReportType
All Implemented Interfaces:
Serializable, Comparable<ReportType>, Constable

public enum ReportType extends Enum<ReportType>
ReportType
  • Enum Constant Details

    • ELIMINATION_ACTION_UNIT

      public static final ReportType ELIMINATION_ACTION_UNIT
    • ELIMINATION_ACTION

      public static final ReportType ELIMINATION_ACTION
    • TRANSFER_REPLY_UNIT

      public static final ReportType TRANSFER_REPLY_UNIT
    • TRANSFER_REPLY

      public static final ReportType TRANSFER_REPLY
    • PURGE_UNIT

      public static final ReportType PURGE_UNIT
    • PURGE_OBJECTGROUP

      public static final ReportType PURGE_OBJECTGROUP
    • UPDATE_UNIT

      public static final ReportType UPDATE_UNIT
    • BULK_UPDATE_UNIT

      public static final ReportType BULK_UPDATE_UNIT
    • PRESERVATION

      public static final ReportType PRESERVATION
    • PROBATIVE_VALUE

      public static final ReportType PROBATIVE_VALUE
    • AUDIT

      public static final ReportType AUDIT
    • EVIDENCE_AUDIT

      public static final ReportType EVIDENCE_AUDIT
    • TRACEABILITY

      public static final ReportType TRACEABILITY
    • UNIT_COMPUTED_INHERITED_RULES_INVALIDATION

      public static final ReportType UNIT_COMPUTED_INHERITED_RULES_INVALIDATION
    • DELETE_GOT_VERSIONS

      public static final ReportType DELETE_GOT_VERSIONS
  • Method Details

    • values

      public static ReportType[] 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

      public static ReportType valueOf(String name)
      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 name
      NullPointerException - if the argument is null