Enum Class eMDLIntentToRetain

java.lang.Object
java.lang.Enum<eMDLIntentToRetain>
com.regula.documentreader.api.enums.eMDLIntentToRetain
All Implemented Interfaces:
Serializable, Comparable<eMDLIntentToRetain>, Constable

public enum eMDLIntentToRetain extends Enum<eMDLIntentToRetain>
Defines the data retention intent for mDL (Mobile Driver's License) field reading operations.
  • Enum Constant Details

    • FALSE

      public static final eMDLIntentToRetain FALSE
      Field will be read from the mDL but the verifier does NOT intend to retain the data.
    • TRUE

      public static final eMDLIntentToRetain TRUE
      Field will be read from the mDL and the verifier intends to retain the data.
  • Method Details

    • values

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