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