public static enum UhfH.WorkMode extends java.lang.Enum<UhfH.WorkMode>
Enum Constant and Description |
---|
GeneralMode
general mode
|
ISO18000_6C_Compatible_With_RLM300_Mode
ISO18000 6C compatible with RLM300 mode
|
SafeMode
safe mode
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static UhfH.WorkMode |
Valueof(int value) |
static UhfH.WorkMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfH.WorkMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfH.WorkMode GeneralMode
public static final UhfH.WorkMode SafeMode
public static final UhfH.WorkMode ISO18000_6C_Compatible_With_RLM300_Mode
public static UhfH.WorkMode[] values()
for (UhfH.WorkMode c : UhfH.WorkMode.values()) System.out.println(c);
public static UhfH.WorkMode 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 getValue()
public static UhfH.WorkMode Valueof(int value)