public static enum MaintenanceChannel.PARAMS extends Enum<MaintenanceChannel.PARAMS>
| Enum Constant and Description |
|---|
ERROR_CODE |
LOWBAT |
OPERATING_VOLTAGE |
RSSI_DEVICE |
RSSI_PEER |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceChannel.PARAMS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceChannel.PARAMS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaintenanceChannel.PARAMS ERROR_CODE
public static final MaintenanceChannel.PARAMS LOWBAT
public static final MaintenanceChannel.PARAMS OPERATING_VOLTAGE
public static final MaintenanceChannel.PARAMS RSSI_DEVICE
public static final MaintenanceChannel.PARAMS RSSI_PEER
public static MaintenanceChannel.PARAMS[] values()
for (MaintenanceChannel.PARAMS c : MaintenanceChannel.PARAMS.values()) System.out.println(c);
public static MaintenanceChannel.PARAMS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.