Enum Constant and Description |
---|
Reserved
The reserved bank
|
TID
The TID bank
|
UII
The UII bank
|
User
The User bank
|
Modifier and Type | Method and Description |
---|---|
int |
value() |
static UhfI.Bank |
valueOf(int value) |
static UhfI.Bank |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfI.Bank[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfI.Bank Reserved
public static final UhfI.Bank UII
public static final UhfI.Bank TID
public static final UhfI.Bank User
public static UhfI.Bank[] values()
for (UhfI.Bank c : UhfI.Bank.values()) System.out.println(c);
public static UhfI.Bank 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 int value()
public static UhfI.Bank valueOf(int value)