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