Enum Class CustomizationMatrix

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

public enum CustomizationMatrix extends Enum<CustomizationMatrix>
Enumeration contains UI elements which presentation can be customized
  • Enum Constant Details

    • NEXT_PAGE_ID_CARD_FRONT

      public static final CustomizationMatrix NEXT_PAGE_ID_CARD_FRONT
      Matrix for the ID front side
    • NEXT_PAGE_ID_CARD_BACK

      public static final CustomizationMatrix NEXT_PAGE_ID_CARD_BACK
      Matrix for the ID rear side
  • Method Details

    • values

      public static CustomizationMatrix[] 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 CustomizationMatrix 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
    • getValue

      public int getValue()
    • get

      public static CustomizationMatrix get(int i)