public static enum RFIDWithUHF.BankEnum extends java.lang.Enum<RFIDWithUHF.BankEnum>
Enum Constant and Description |
---|
DIGITAL_SIGNATURE |
RESERVED |
TID |
UII |
USER |
Modifier and Type | Method and Description |
---|---|
byte |
getValue() |
static RFIDWithUHF.BankEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFIDWithUHF.BankEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFIDWithUHF.BankEnum RESERVED
public static final RFIDWithUHF.BankEnum UII
public static final RFIDWithUHF.BankEnum TID
public static final RFIDWithUHF.BankEnum USER
public static final RFIDWithUHF.BankEnum DIGITAL_SIGNATURE
public static RFIDWithUHF.BankEnum[] values()
for (RFIDWithUHF.BankEnum c : RFIDWithUHF.BankEnum.values()) System.out.println(c);
public static RFIDWithUHF.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()