public static enum RFIDWithUHF.BankEnum extends java.lang.Enum<RFIDWithUHF.BankEnum>
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 TID
public static final RFIDWithUHF.BankEnum UII
public static final RFIDWithUHF.BankEnum USER
public byte getValue()
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 static RFIDWithUHF.BankEnum[] values()
for (RFIDWithUHF.BankEnum c : RFIDWithUHF.BankEnum.values()) System.out.println(c);