Class STATE_AWARE_ACTION

java.lang.Object
com.zebra.rfid.api3.STATE_AWARE_ACTION

public class STATE_AWARE_ACTION extends Object
Action Parameter for PreFilter (C1G2 Select).
  • Field Details

    • STATE_AWARE_ACTION_INV_A_NOT_INV_B

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_INV_A_NOT_INV_B
      Action 0: Matching tags: inventoried state to A, Non-matching tags: inventoried state to B
    • STATE_AWARE_ACTION_ASRT_SL_NOT_DSRT_SL

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_ASRT_SL_NOT_DSRT_SL
      Action 0: Matching tags: assert SL , Non-matching tags: deassert SL
    • STATE_AWARE_ACTION_INV_A

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_INV_A
      Action 1: Matching tags: inventoried state to A, Non-matching tags: do nothing
    • STATE_AWARE_ACTION_ASRT_SL

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_ASRT_SL
      Action 1: Matching tags: assert SL , Non-matching tags: do nothing
    • STATE_AWARE_ACTION_NOT_INV_B

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_NOT_INV_B
      Action 2: Matching tags: do nothing, Non-matching tags: inventoried state to B
    • STATE_AWARE_ACTION_NOT_DSRT_SL

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_NOT_DSRT_SL
      Action 2: Matching tags: do nothing, Non-matching tags: deassert SL
    • STATE_AWARE_ACTION_INV_A2BB2A

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_INV_A2BB2A
      Action 3: Matching tags: (A to B, B to A), Non-matching tags: do nothing
    • STATE_AWARE_ACTION_INV_A2BB2A_NOT_INV_A

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_INV_A2BB2A_NOT_INV_A
      Action 3: Matching tags: (A to B, B to A), Non-matching tags: do nothing [Obsolete("Do not use this enumeration. Use STATE_AWARE_ACTION_INV_A2BB2A")]
    • STATE_AWARE_ACTION_NEG_SL

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_NEG_SL
      Action 3: Matching tags: negate SL , Non-matching tags: do nothing
    • STATE_AWARE_ACTION_NEG_SL_NOT_ASRT_SL

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_NEG_SL_NOT_ASRT_SL
      Action 3: Matching tags: negate SL , Non-matching tags: do nothing [Obsolete("Do not use this enumeration. Use STATE_AWARE_ACTION_NEG_SL")]
    • STATE_AWARE_ACTION_INV_B_NOT_INV_A

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_INV_B_NOT_INV_A
      Action 4: Matching tags: deassert SL, Non-matching tags: assert SL
    • STATE_AWARE_ACTION_DSRT_SL_NOT_ASRT_SL

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_DSRT_SL_NOT_ASRT_SL
      Action 4: Matching tags: inventoried state to B, Non-matching tags: inventoried state to A
    • STATE_AWARE_ACTION_INV_B

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_INV_B
      Action 5: Matching tags: inventoried state to B, Non-matching tags: do nothing
    • STATE_AWARE_ACTION_DSRT_SL

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_DSRT_SL
      Action 5: Matching tags: deassert SL , Non-matching tags: do nothing
    • STATE_AWARE_ACTION_NOT_INV_A

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_NOT_INV_A
      Action 6: Matching tags: do nothing, Non-matching tags: inventoried state to A
    • STATE_AWARE_ACTION_NOT_ASRT_SL

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_NOT_ASRT_SL
      Action 6: Matching tags: do nothing, Non-matching tags: assert SL
    • STATE_AWARE_ACTION_NOT_INV_A2BB2A

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_NOT_INV_A2BB2A
      Action 7: Matching tags: do nothing, Non-matching tags: (A to B, B to A)
    • STATE_AWARE_ACTION_NOT_NEG_SL

      public static final STATE_AWARE_ACTION STATE_AWARE_ACTION_NOT_NEG_SL
      Action 7: Matching tags: do nothing, Non-matching tags: negate SL
    • ordinal

      public final int ordinal
  • Method Details

    • equals

      public boolean equals(int val)
    • getValue

      public int getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object