public static enum UnitData.dataMessageFlag extends java.lang.Enum<UnitData.dataMessageFlag>
Enum Constant and Description |
---|
alarm
AVL data message flag, set when message has alarm bit
|
driverCode
AVL data message flag, set when message has driver code information
|
inputs
AVL data message flag, set when digital inputs data available
|
outputs
AVL data message flag, set when digital outputs data available
|
position
AVL data message flag, set when position info is available
|
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
static UnitData.dataMessageFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnitData.dataMessageFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnitData.dataMessageFlag position
public static final UnitData.dataMessageFlag inputs
public static final UnitData.dataMessageFlag outputs
public static final UnitData.dataMessageFlag alarm
public static final UnitData.dataMessageFlag driverCode
public static UnitData.dataMessageFlag[] values()
for (UnitData.dataMessageFlag c : UnitData.dataMessageFlag.values()) System.out.println(c);
public static UnitData.dataMessageFlag 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 long getValue()