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