Package com.zebra.rfid.api3
Class SESSION
- java.lang.Object
-
- com.zebra.rfid.api3.SESSION
-
public class SESSION extends java.lang.ObjectSESSION: Session Parameter for PerformInventory
-
-
Field Summary
Fields Modifier and Type Field Description intordinalstatic SESSIONSESSION_S0Indicates to perform inventory based on Session S0static SESSIONSESSION_S1Indicates to perform inventory based on Session S1static SESSIONSESSION_S2Indicates to perform inventory based on Session S2static SESSIONSESSION_S3Indicates to perform inventory based on Session S3
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(int val)static SESSIONGetSession(int value)intgetValue()java.lang.StringtoString()
-
-
-
Field Detail
-
SESSION_S0
public static final SESSION SESSION_S0
Indicates to perform inventory based on Session S0
-
SESSION_S1
public static final SESSION SESSION_S1
Indicates to perform inventory based on Session S1
-
SESSION_S2
public static final SESSION SESSION_S2
Indicates to perform inventory based on Session S2
-
SESSION_S3
public static final SESSION SESSION_S3
Indicates to perform inventory based on Session S3
-
ordinal
public final int ordinal
-
-
Method Detail
-
GetSession
public static SESSION GetSession(int value)
-
equals
public boolean equals(int val)
-
getValue
public int getValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-