Class READER_TYPE


  • public class READER_TYPE
    extends java.lang.Object
    READER_TYPE: Used in Reader-Management API: Login
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(int val)  
      int getValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • XR

        public static final READER_TYPE XR
        All Readers of XR Series
      • FX

        public static final READER_TYPE FX
        All Readers of FX Series
      • MC

        public static final READER_TYPE MC
        All (LLRP compliant) Readers of MC Series
      • ordinal

        public final int ordinal
    • Method Detail

      • equals

        public boolean equals​(int val)
      • getValue

        public int getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object