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