Enum Class CbeffDocType

java.lang.Object
java.lang.Enum<CbeffDocType>
io.mosip.authentication.core.spi.bioauth.CbeffDocType
All Implemented Interfaces:
Serializable, Comparable<CbeffDocType>, Constable

public enum CbeffDocType extends Enum<CbeffDocType>
General-purpose of CbeffDocType class used to Cbeff Documents Type
Author:
Dinesh Karuppiah.T
  • Enum Constant Details

    • FINGER

      public static final CbeffDocType FINGER
      Enum for Finger
    • FMR

      public static final CbeffDocType FMR
      Enum for FMR
    • IRIS

      public static final CbeffDocType IRIS
      Enum for IRIS
    • FACE

      public static final CbeffDocType FACE
      Enum for Face
  • Method Details

    • values

      public static CbeffDocType[] 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 CbeffDocType 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
    • getName

      public String getName()
    • getType

      public io.mosip.kernel.biometrics.constant.BiometricType getType()
    • getValue

      public long getValue()