public static enum VacuumStatus.Error extends java.lang.Enum<VacuumStatus.Error>
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCode() |
|
static VacuumStatus.Error |
valueOf(int code) |
Returns the enum constant of this type with the specified name.
|
static VacuumStatus.Error |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static VacuumStatus.Error[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VacuumStatus.Error NONE
public static final VacuumStatus.Error LDS
public static final VacuumStatus.Error COLLISION_SENSOR
public static final VacuumStatus.Error MOVE_DEVICE
public static final VacuumStatus.Error CLEAN_CLIFF_SENSOR
public static final VacuumStatus.Error CLEAN_MAIN_BRUSH
public static final VacuumStatus.Error CLEAN_SIDE_BRUSH
public static final VacuumStatus.Error WHEELS
public static final VacuumStatus.Error REMOVE_OBSTACLES
public static final VacuumStatus.Error REPLACE_DUSTBIN
public static final VacuumStatus.Error CLEAN_FILTER
public static final VacuumStatus.Error MAGNETIC_FIELD
public static final VacuumStatus.Error BATTERY_LOW
public static final VacuumStatus.Error CHARGING_FAULT
public static final VacuumStatus.Error BATTERY_FAULT
public static final VacuumStatus.Error WALL_SENSOR
public static final VacuumStatus.Error UNEVEN_SURFACE
public static final VacuumStatus.Error SIDE_BRUSH_SYSTEM_RESET
public static final VacuumStatus.Error FAN_SYSTEM_REBOOT
public static final VacuumStatus.Error BASE_POWERED
public static final VacuumStatus.Error UNKNOWN
public static VacuumStatus.Error[] values()
for (VacuumStatus.Error c : VacuumStatus.Error.values()) System.out.println(c);
public static VacuumStatus.Error 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 static VacuumStatus.Error valueOf(int code)
code - 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 int getCode()
Copyright © 2018. All rights reserved.