Enum Class RfidRegion

java.lang.Object
java.lang.Enum<RfidRegion>
com.tccc.kos.ext.freestyle.hardware.rfid.RfidRegion
All Implemented Interfaces:
Serializable, Comparable<RfidRegion>, Constable

public enum RfidRegion extends Enum<RfidRegion>
RFID region settings.
Version:
2023-09-14
  • Enum Constant Details

    • REGION_FCC

      public static final RfidRegion REGION_FCC
    • REGION_HONG_KONG

      public static final RfidRegion REGION_HONG_KONG
    • REGION_TAIWAN

      public static final RfidRegion REGION_TAIWAN
    • REGION_ETSI

      public static final RfidRegion REGION_ETSI
    • REGION_KOREA

      public static final RfidRegion REGION_KOREA
    • REGION_MALAYSIA

      public static final RfidRegion REGION_MALAYSIA
    • REGION_CHINA

      public static final RfidRegion REGION_CHINA
    • REGION_SOUTH_AFRICA

      public static final RfidRegion REGION_SOUTH_AFRICA
    • REGION_BRAZIL

      public static final RfidRegion REGION_BRAZIL
    • REGION_THAILAND

      public static final RfidRegion REGION_THAILAND
    • REGION_AUSTRALIA

      public static final RfidRegion REGION_AUSTRALIA
    • REGION_INDIA

      public static final RfidRegion REGION_INDIA
    • REGION_URUGUAY

      public static final RfidRegion REGION_URUGUAY
    • REGION_VIETNAM

      public static final RfidRegion REGION_VIETNAM
    • REGION_ISRAEL

      public static final RfidRegion REGION_ISRAEL
    • REGION_PHILIPPINES

      public static final RfidRegion REGION_PHILIPPINES
    • REGION_INDONESIA

      public static final RfidRegion REGION_INDONESIA
    • REGION_NEW_ZEALAND

      public static final RfidRegion REGION_NEW_ZEALAND
    • REGION_JAPAN

      public static final RfidRegion REGION_JAPAN
    • REGION_PERU

      public static final RfidRegion REGION_PERU
    • REGION_RUSSIA

      public static final RfidRegion REGION_RUSSIA
    • REGION_CUSTOM_7000

      public static final RfidRegion REGION_CUSTOM_7000
    • REGION_CUSTOM_SINGAPORE

      public static final RfidRegion REGION_CUSTOM_SINGAPORE
    • REGION_UNDEFINED

      public static final RfidRegion REGION_UNDEFINED
  • Method Details

    • values

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