public static enum StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession extends java.lang.Enum<StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession>
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 |
---|---|
static StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession S0
public static final StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession S1
public static final StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession S2
public static final StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession S3
public static StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession[] values()
for (StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession c : StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession.values()) System.out.println(c);
public static StUhf.InterrogatorModelF.UmfQueryTagGroup.QuerySession 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 null