public static enum DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum extends Enum<DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum>
Enum Constant and Description |
---|
MAC_ASSOCIATION |
MMB_INVALID_VALUE |
NETWORK_LEAVE |
SECURE_REJOIN |
TRUST_CENTER_REJOIN |
Modifier and Type | Method and Description |
---|---|
static DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum |
get(byte v) |
byte |
getCode() |
String |
getLabel() |
static DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum MAC_ASSOCIATION
public static final DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum SECURE_REJOIN
public static final DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum TRUST_CENTER_REJOIN
public static final DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum NETWORK_LEAVE
public static final DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum MMB_INVALID_VALUE
public static DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum[] values()
for (DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum c : DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum.values()) System.out.println(c);
public static DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum 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 nullpublic static DeviceUpdateEventEnum.ConcreteDeviceUpdateEventEnum get(byte v)
public byte getCode()
public String getLabel()
Copyright © 2016. All rights reserved.