Enum Ansi378v2009ScanType

    • Enum Constant Detail

      • LIVE_OPTICAL_CONTACT_PLAIN

        public static final Ansi378v2009ScanType LIVE_OPTICAL_CONTACT_PLAIN
        Live optical contact plain (code 20).
      • LIVE_OPTICAL_CONTACT_ROLLED

        public static final Ansi378v2009ScanType LIVE_OPTICAL_CONTACT_ROLLED
        Live optical contact rolled (code 21).
      • LIVE_NONOPTICAL_CONTACT_PLAIN

        public static final Ansi378v2009ScanType LIVE_NONOPTICAL_CONTACT_PLAIN
        Live non-optical contact plain (code 22).
      • LIVE_NONOPTICAL_CONTACT_ROLLED

        public static final Ansi378v2009ScanType LIVE_NONOPTICAL_CONTACT_ROLLED
        Live non-optical contact rolled (code 23).
      • LIVE_OPTICAL_CONTACTLESS_PLAIN

        public static final Ansi378v2009ScanType LIVE_OPTICAL_CONTACTLESS_PLAIN
        Live optical contactless plain (code 24).
      • LIVE_OPTICAL_CONTACTLESS_ROLLED

        public static final Ansi378v2009ScanType LIVE_OPTICAL_CONTACTLESS_ROLLED
        Live optical contactless rolled (code 25).
      • LIVE_NONOPTICAL_CONTACTLESS_PLAIN

        public static final Ansi378v2009ScanType LIVE_NONOPTICAL_CONTACTLESS_PLAIN
        Live non-optical contactless plain (code 26).
      • LIVE_NONOPTICAL_CONTACTLESS_ROLLED

        public static final Ansi378v2009ScanType LIVE_NONOPTICAL_CONTACTLESS_ROLLED
        Live non-optical contactless rolled (code 27).
    • Method Detail

      • values

        public static Ansi378v2009ScanType[] 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 (Ansi378v2009ScanType c : Ansi378v2009ScanType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Ansi378v2009ScanType 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