public static enum Unit.events extends java.lang.Enum<Unit.events>
Enum Constant and Description |
---|
changeAccessPassword
Access password property has changed
|
changeCalcFlags
Unit calculation flags property has changed
|
changeCommands
Commands list property has changed
|
changeDeviceTypeId
Device type property has changed
|
changeEngineHoursCounter
Unit engine hours counter property has changed
|
changeLastMessage
Last message property has changed
|
changeMessageParams
Message params has changed
|
changeMileageCounter
Unit mileage counter property has changed
|
changePhoneNumber
Phone number property has changed
|
changePhoneNumber2
Secondary phone number property has changed
|
changePosition
Last position property has changed
|
changeTrafficCounter
Unit GPRS traffic counter property has changed
|
changeUniqueId
Unique ID property has changed
|
updateCommandDefinition |
updateSensor |
Modifier and Type | Method and Description |
---|---|
static Unit.events |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Unit.events[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Unit.events changeUniqueId
public static final Unit.events changeDeviceTypeId
public static final Unit.events changePhoneNumber
public static final Unit.events changePhoneNumber2
public static final Unit.events changeAccessPassword
public static final Unit.events changeCommands
public static final Unit.events changePosition
public static final Unit.events changeLastMessage
public static final Unit.events changeCalcFlags
public static final Unit.events changeMileageCounter
public static final Unit.events changeEngineHoursCounter
public static final Unit.events changeTrafficCounter
public static final Unit.events changeMessageParams
public static final Unit.events updateSensor
public static final Unit.events updateCommandDefinition
public static Unit.events[] values()
for (Unit.events c : Unit.events.values()) System.out.println(c);
public static Unit.events 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