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