public static enum StUhf.InterrogatorModelDs.UmdLockField extends java.lang.Enum<StUhf.InterrogatorModelDs.UmdLockField>
| Enum Constant and Description |
|---|
AccessPassword |
EpcBank |
KillPassword |
TidBank |
UserBank |
| Modifier and Type | Method and Description |
|---|---|
byte |
getByte() |
static StUhf.InterrogatorModelDs.UmdLockField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.InterrogatorModelDs.UmdLockField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.InterrogatorModelDs.UmdLockField KillPassword
public static final StUhf.InterrogatorModelDs.UmdLockField AccessPassword
public static final StUhf.InterrogatorModelDs.UmdLockField EpcBank
public static final StUhf.InterrogatorModelDs.UmdLockField TidBank
public static final StUhf.InterrogatorModelDs.UmdLockField UserBank
public static StUhf.InterrogatorModelDs.UmdLockField[] values()
for (StUhf.InterrogatorModelDs.UmdLockField c : StUhf.InterrogatorModelDs.UmdLockField.values()) System.out.println(c);
public static StUhf.InterrogatorModelDs.UmdLockField 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()