public static enum EnelXBLEManager.IdentifyChargingPointCallback.Error extends java.lang.Enum<EnelXBLEManager.IdentifyChargingPointCallback.Error>
| Enum Constant and Description |
|---|
BLUETOOTH_NOT_ENABLED |
DEVICE_NOT_SUPPORTED |
MISSING_PERMISSIONS |
OTHER |
| Modifier and Type | Method and Description |
|---|---|
static EnelXBLEManager.IdentifyChargingPointCallback.Error |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnelXBLEManager.IdentifyChargingPointCallback.Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnelXBLEManager.IdentifyChargingPointCallback.Error DEVICE_NOT_SUPPORTED
public static final EnelXBLEManager.IdentifyChargingPointCallback.Error MISSING_PERMISSIONS
public static final EnelXBLEManager.IdentifyChargingPointCallback.Error BLUETOOTH_NOT_ENABLED
public static final EnelXBLEManager.IdentifyChargingPointCallback.Error OTHER
public static EnelXBLEManager.IdentifyChargingPointCallback.Error[] values()
for (EnelXBLEManager.IdentifyChargingPointCallback.Error c : EnelXBLEManager.IdentifyChargingPointCallback.Error.values()) System.out.println(c);
public static EnelXBLEManager.IdentifyChargingPointCallback.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 null