public enum OcpMsgType extends Enum<OcpMsgType>
| Modifier and Type | Method and Description |
|---|---|
static OcpMsgType |
forValue(int valueArg) |
int |
getIntValue() |
String |
getName()
Returns the name of the enumeration item as it is specified in the input yang.
|
static OcpMsgType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OcpMsgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OcpMsgType HEALTHCHECKREQ
public static final OcpMsgType HEALTHCHECKRESP
public static final OcpMsgType SETTIMEREQ
public static final OcpMsgType SETTIMERESP
public static final OcpMsgType RESETREQ
public static final OcpMsgType RESETRESP
public static final OcpMsgType GETPARAMREQ
public static final OcpMsgType GETPARAMRESP
public static final OcpMsgType MODIFYPARAMREQ
public static final OcpMsgType MODIFYPARAMRESP
public static final OcpMsgType CREATEOBJREQ
public static final OcpMsgType CREATEOBJRESP
public static final OcpMsgType DELETEOBJREQ
public static final OcpMsgType DELETEOBJRESP
public static final OcpMsgType GETSTATEREQ
public static final OcpMsgType GETSTATERESP
public static final OcpMsgType STATECHANGEIND
public static final OcpMsgType MODIFYSTATEREQ
public static final OcpMsgType MODIFYSTATERESP
public static final OcpMsgType GETFAULTREQ
public static final OcpMsgType GETFAULTRESP
public static final OcpMsgType FAULTIND
public static final OcpMsgType HELLOACK
public static final OcpMsgType HELLOIND
public static final OcpMsgType REDIRECTREQ
public static final OcpMsgType REDIRECTRESP
public static OcpMsgType[] values()
for (OcpMsgType c : OcpMsgType.values()) System.out.println(c);
public static OcpMsgType 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 OcpMsgType forValue(int valueArg)
valueArg - Copyright © 2016 OpenDaylight. All rights reserved.