|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.connecterra.ale.uri.EPCGen2Util
public class EPCGen2Util
Helper class for tag memory bank numbers as defined in the Class 1 Gen 2 specification.
Field Summary | |
---|---|
static int |
BANK_EPC
The numeric value of the EPC memory bank |
static String |
BANK_EPC_NAME
The string name of the EPC memory bank |
static int |
BANK_RESERVED
The numeric value of the reserved memory bank |
static String |
BANK_RESERVED_NAME
The string name of the reserved memory bank |
static int |
BANK_TID
The numeric value of the TID memory bank |
static String |
BANK_TID_NAME
The string name of the TID memory bank |
static int |
BANK_USER
The numeric value of the user memory bank |
static String |
BANK_USER_NAME
The string name of the user memory bank |
Constructor Summary | |
---|---|
EPCGen2Util()
|
Method Summary | |
---|---|
static int |
getBankNum(String memoryBank)
Calculate the EPCglobal Class1 Gen2-internal bank number representation given a user-provided String representation of a bank name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BANK_RESERVED
public static final int BANK_EPC
public static final int BANK_TID
public static final int BANK_USER
public static final String BANK_RESERVED_NAME
public static final String BANK_EPC_NAME
public static final String BANK_TID_NAME
public static final String BANK_USER_NAME
Constructor Detail |
---|
public EPCGen2Util()
Method Detail |
---|
public static int getBankNum(String memoryBank)
memoryBank
- the name of the memory bank
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |