Class TRUNCATE_ACTION


  • public class TRUNCATE_ACTION
    extends java.lang.Object
    TRUNCATE_ACTION indicates whether only a truncated portion of the tag is to be backscattered by the tag or not.
    • Field Detail

      • TRUNCATE_ACTION_UNSPECIFIED

        public static final TRUNCATE_ACTION TRUNCATE_ACTION_UNSPECIFIED
        The Reader decides what truncate action to take.
      • TRUNCATE_ACTION_DO_NOT_TRUNCATE

        public static final TRUNCATE_ACTION TRUNCATE_ACTION_DO_NOT_TRUNCATE
        Do not truncate.
      • TRUNCATE_ACTION_TRUNCATE

        public static final TRUNCATE_ACTION TRUNCATE_ACTION_TRUNCATE
        Truncate.
      • 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