public static enum DeviceManager.Status extends Enum<DeviceManager.Status>
| Enum Constant and Description | 
|---|
DEVICE_ADD_SUCCESS  | 
DEVICE_ALREADY_EXIST  | 
INVALID_ARGUMENTS  | 
PARSE_FILE_EXCEPTION  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getValue()  | 
static DeviceManager.Status | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DeviceManager.Status[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final DeviceManager.Status DEVICE_ALREADY_EXIST
public static final DeviceManager.Status PARSE_FILE_EXCEPTION
public static final DeviceManager.Status INVALID_ARGUMENTS
public static final DeviceManager.Status DEVICE_ADD_SUCCESS
public static DeviceManager.Status[] values()
for (DeviceManager.Status c : DeviceManager.Status.values()) System.out.println(c);
public static DeviceManager.Status 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 int getValue()
Copyright © 2018 OpenDaylight. All rights reserved.