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