public static enum Unit.dataFlag extends java.lang.Enum<Unit.dataFlag>
Enum Constant and Description |
---|
commandAliases
Unit commands aliases
|
commands
Unit commands
|
counters
Unit counters and calc flags
|
driverCode
Unit driver code
|
lastMessage
Unit last message & position
|
log
Unit log
|
maintenance
Unit maintenance plugin
|
messageParams
Message parameters
|
other
Other unit settings not specified directly
|
position
Position
|
reportSettings
Unit settings used in report: trip detector, fuel consumption
|
restricted
Unit restricted props
|
routeControl
Unit route control plugin
|
sensors
Unit sensors data
|
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
static Unit.dataFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Unit.dataFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Unit.dataFlag restricted
public static final Unit.dataFlag commands
public static final Unit.dataFlag lastMessage
public static final Unit.dataFlag driverCode
public static final Unit.dataFlag sensors
public static final Unit.dataFlag counters
public static final Unit.dataFlag routeControl
public static final Unit.dataFlag maintenance
public static final Unit.dataFlag log
public static final Unit.dataFlag reportSettings
public static final Unit.dataFlag other
public static final Unit.dataFlag commandAliases
public static final Unit.dataFlag messageParams
public static final Unit.dataFlag position
public static Unit.dataFlag[] values()
for (Unit.dataFlag c : Unit.dataFlag.values()) System.out.println(c);
public static Unit.dataFlag 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()