@Deprecated public static enum RFIDWithUHF.LockModeEnum extends java.lang.Enum<RFIDWithUHF.LockModeEnum>
Enum Constant and Description |
---|
HOLD
Deprecated.
保持状态
hold mode |
LOCK
Deprecated.
锁定
lock |
PLOCK
Deprecated.
永久锁定
|
PUNLOCK
Deprecated.
永久解锁
permanent unlock |
UNLOCK
Deprecated.
解锁
unlock |
Modifier and Type | Method and Description |
---|---|
byte |
getValue()
Deprecated.
获取枚举的值
Acquire example value |
static RFIDWithUHF.LockModeEnum |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static RFIDWithUHF.LockModeEnum[] |
values()
Deprecated.
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 UNLOCK
public static final RFIDWithUHF.LockModeEnum PLOCK
public static final RFIDWithUHF.LockModeEnum PUNLOCK
public static RFIDWithUHF.LockModeEnum[] values()
for (RFIDWithUHF.LockModeEnum c : RFIDWithUHF.LockModeEnum.values()) System.out.println(c);
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 byte getValue()