public static enum StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target extends java.lang.Enum<StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target>
Enum Constant and Description |
---|
Target0
Corresponding 0
|
Target1
Corresponding 1
|
Target2
Corresponding 2
|
Target3
Corresponding 3
|
Target4
Corresponding 4
|
Target5
Corresponding 5
|
Target6
Corresponding 6
|
Target7
Corresponding 7
|
Modifier and Type | Method and Description |
---|---|
byte |
getByte() |
static StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target |
ValueOf(byte value)
The value of the corresponding Target
|
static StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target Target0
public static final StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target Target1
public static final StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target Target2
public static final StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target Target3
public static final StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target Target4
public static final StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target Target5
public static final StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target Target6
public static final StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target Target7
public static StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target[] values()
for (StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target c : StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target.values()) System.out.println(c);
public static StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target 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()
public static StUhf.InterrogatorModelB.UmbSelectionRecord.SelectionCommand.Target ValueOf(byte value)
value
-
Target Corresponding Digital forms,the range is [0,7]java.lang.IllegalArgumentException
-
If the incoming value is not in the legal range