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