public static enum StUhf.InterrogatorModelDs.UmdLockType extends java.lang.Enum<StUhf.InterrogatorModelDs.UmdLockType>
Enum Constant and Description |
---|
Lock
授权状态下可读写
|
Open
表示可读写
|
PermaLock
永久在授权状态下可读写
|
PermaOpen
永久可读写
|
Modifier and Type | Method and Description |
---|---|
byte |
getByte() |
static StUhf.InterrogatorModelDs.UmdLockType |
ValueOf(boolean lock,
boolean perma) |
static StUhf.InterrogatorModelDs.UmdLockType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.InterrogatorModelDs.UmdLockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.InterrogatorModelDs.UmdLockType Open
public static final StUhf.InterrogatorModelDs.UmdLockType Lock
public static final StUhf.InterrogatorModelDs.UmdLockType PermaOpen
public static final StUhf.InterrogatorModelDs.UmdLockType PermaLock
public static StUhf.InterrogatorModelDs.UmdLockType[] values()
for (StUhf.InterrogatorModelDs.UmdLockType c : StUhf.InterrogatorModelDs.UmdLockType.values()) System.out.println(c);
public static StUhf.InterrogatorModelDs.UmdLockType 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 getByte()
public static final StUhf.InterrogatorModelDs.UmdLockType ValueOf(boolean lock, boolean perma)