public static enum RFIDWithUHFBluetooth.BankEnum extends java.lang.Enum<RFIDWithUHFBluetooth.BankEnum>
Modifier and Type | Method and Description |
---|---|
byte |
getValue() |
static RFIDWithUHFBluetooth.BankEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFIDWithUHFBluetooth.BankEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFIDWithUHFBluetooth.BankEnum RESERVED
public static final RFIDWithUHFBluetooth.BankEnum EPC
public static final RFIDWithUHFBluetooth.BankEnum TID
public static final RFIDWithUHFBluetooth.BankEnum USER
public static RFIDWithUHFBluetooth.BankEnum[] values()
for (RFIDWithUHFBluetooth.BankEnum c : RFIDWithUHFBluetooth.BankEnum.values()) System.out.println(c);
public static RFIDWithUHFBluetooth.BankEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic byte getValue()