public static enum RFIDWithUHF.LockModeEnum extends java.lang.Enum<RFIDWithUHF.LockModeEnum>
Enum Constant and Description |
---|
HOLD
保持状态
|
LOCK
锁定
|
PLOCK
永久锁定
|
PUNLOCK
永久解锁
|
UNLOCK
解锁
|
Modifier and Type | Method and Description |
---|---|
byte |
getValue()
获取枚举的值
|
static RFIDWithUHF.LockModeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFIDWithUHF.LockModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFIDWithUHF.LockModeEnum HOLD
public static final RFIDWithUHF.LockModeEnum LOCK
public static final RFIDWithUHF.LockModeEnum PLOCK
public static final RFIDWithUHF.LockModeEnum PUNLOCK
public static final RFIDWithUHF.LockModeEnum UNLOCK
public byte getValue()
public static RFIDWithUHF.LockModeEnum 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.LockModeEnum[] values()
for (RFIDWithUHF.LockModeEnum c : RFIDWithUHF.LockModeEnum.values()) System.out.println(c);