public enum DeleteObjRes extends Enum<DeleteObjRes>
| Enum Constant and Description |
|---|
FAILLOCKREQUIRED |
FAILMISSINGPARAMETER |
FAILPARAMETERERROR |
FAILREBUSY |
FAILSTATICOBJTYPE |
FAILSYNTAXERROR |
FAILUNKNOWNOBJECT |
FAILUNRECOGNIZEDMESSAGE |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static DeleteObjRes |
forValue(int valueArg) |
int |
getIntValue() |
String |
getName()
Returns the name of the enumeration item as it is specified in the input yang.
|
static DeleteObjRes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteObjRes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeleteObjRes SUCCESS
public static final DeleteObjRes FAILSYNTAXERROR
public static final DeleteObjRes FAILUNRECOGNIZEDMESSAGE
public static final DeleteObjRes FAILREBUSY
public static final DeleteObjRes FAILMISSINGPARAMETER
public static final DeleteObjRes FAILPARAMETERERROR
public static final DeleteObjRes FAILUNKNOWNOBJECT
public static final DeleteObjRes FAILSTATICOBJTYPE
public static final DeleteObjRes FAILLOCKREQUIRED
public static DeleteObjRes[] values()
for (DeleteObjRes c : DeleteObjRes.values()) System.out.println(c);
public static DeleteObjRes 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 String getName()
public int getIntValue()
public static DeleteObjRes forValue(int valueArg)
valueArg - Copyright © 2016 OpenDaylight. All rights reserved.