Enum Class DataCategory

java.lang.Object
java.lang.Enum<DataCategory>
fr.gouv.vitam.access.internal.api.DataCategory
All Implemented Interfaces:
Serializable, Comparable<DataCategory>, Constable

public enum DataCategory extends Enum<DataCategory>
Lists different type of data the access component can access to.
  • Enum Constant Details

    • UNIT

      public static final DataCategory UNIT
      the unit data type
    • OBJECT_GROUP

      public static final DataCategory OBJECT_GROUP
      the object group data type
  • Method Details

    • values

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