Enum Class Dataset.SensitiveData

java.lang.Object
java.lang.Enum<Dataset.SensitiveData>
org.damap.base.rest.madmp.dto.Dataset.SensitiveData
All Implemented Interfaces:
Serializable, Comparable<Dataset.SensitiveData>, Constable
Enclosing class:
Dataset

@Generated("jsonschema2pojo") public static enum Dataset.SensitiveData extends Enum<Dataset.SensitiveData>
The Dataset Sensitive Data Schema

If any sensitive data is contained. Allowed values: yes, no, unknown

  • Enum Constant Details

  • Method Details

    • values

      public static Dataset.SensitiveData[] 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 Dataset.SensitiveData 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Dataset.SensitiveData>
    • value

      public String value()
    • fromValue

      public static Dataset.SensitiveData fromValue(String value)