Enum Biometric

    • Enum Constant Detail

      • LEFT_INDEX

        public static final Biometric LEFT_INDEX
      • LEFT_MIDDLE

        public static final Biometric LEFT_MIDDLE
      • LEFT_RING

        public static final Biometric LEFT_RING
      • LEFT_LITTLE

        public static final Biometric LEFT_LITTLE
      • RIGHT_INDEX

        public static final Biometric RIGHT_INDEX
      • RIGHT_MIDDLE

        public static final Biometric RIGHT_MIDDLE
      • RIGHT_RING

        public static final Biometric RIGHT_RING
      • RIGHT_LITTLE

        public static final Biometric RIGHT_LITTLE
      • LEFT_THUMB

        public static final Biometric LEFT_THUMB
      • RIGHT_THUMB

        public static final Biometric RIGHT_THUMB
      • RIGHT_IRIS

        public static final Biometric RIGHT_IRIS
      • LEFT_IRIS

        public static final Biometric LEFT_IRIS
    • Method Detail

      • values

        public static Biometric[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Biometric c : Biometric.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Biometric valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • getModalityName

        public String getModalityName()
      • setModalityName

        public void setModalityName​(String modalityName)
      • getAttributeName

        public String getAttributeName()
      • setAttributes

        public void setAttributes​(String attributeName)
      • getSingleType

        public SingleType getSingleType()
      • setSingleType

        public void setSingleType​(SingleType singleType)
      • getModalityShortName

        public String getModalityShortName()
      • setModalityShortName

        public void setModalityShortName​(String modalityShortName)
      • getDefaultAttributes

        public static List<String> getDefaultAttributes​(String modalityName)
      • getModalityNameByAttribute

        public static String getModalityNameByAttribute​(String attributeName)
      • getSingleTypeByAttribute

        public static SingleType getSingleTypeByAttribute​(String attributeName)
      • getBiometricByAttribute

        public static Biometric getBiometricByAttribute​(String attributeName)
      • getBiometricByMDMConstant

        public static Biometric getBiometricByMDMConstant​(String mdmConstant)
      • getFormatType

        public static long getFormatType​(SingleType singleType)
      • getMdmConstant

        public String getMdmConstant()
      • setMdsConstant

        public void setMdsConstant​(String mdmConstant)