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