public static enum HwvtepDeviceInfo.DeviceDataStatus extends Enum<HwvtepDeviceInfo.DeviceDataStatus>
Enum Constant and Description |
---|
AVAILABLE |
IN_TRANSIT |
UNAVAILABLE |
Modifier and Type | Method and Description |
---|---|
static HwvtepDeviceInfo.DeviceDataStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HwvtepDeviceInfo.DeviceDataStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HwvtepDeviceInfo.DeviceDataStatus IN_TRANSIT
public static final HwvtepDeviceInfo.DeviceDataStatus UNAVAILABLE
public static final HwvtepDeviceInfo.DeviceDataStatus AVAILABLE
public static HwvtepDeviceInfo.DeviceDataStatus[] values()
for (HwvtepDeviceInfo.DeviceDataStatus c : HwvtepDeviceInfo.DeviceDataStatus.values()) System.out.println(c);
public static HwvtepDeviceInfo.DeviceDataStatus 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 OpenDaylight. All rights reserved.