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