| Modifier and Type | Method and Description |
|---|---|
static OcpMsgType |
OcpMsgType.forValue(int valueArg) |
OcpMsgType |
OcpHeader.getMsgType()
OCP message type
|
static OcpMsgType |
OcpMsgType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OcpMsgType[] |
OcpMsgType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OcpMsgType |
HelloMessageBuilder.getMsgType() |
OcpMsgType |
HelloInputBuilder.getMsgType() |
OcpMsgType |
ReDirectOutputBuilder.getMsgType() |
OcpMsgType |
ReDirectInputBuilder.getMsgType() |
| Modifier and Type | Method and Description |
|---|---|
HelloMessageBuilder |
HelloMessageBuilder.setMsgType(OcpMsgType value) |
HelloInputBuilder |
HelloInputBuilder.setMsgType(OcpMsgType value) |
ReDirectOutputBuilder |
ReDirectOutputBuilder.setMsgType(OcpMsgType value) |
ReDirectInputBuilder |
ReDirectInputBuilder.setMsgType(OcpMsgType value) |
| Modifier and Type | Method and Description |
|---|---|
OcpMsgType |
FaultIndBuilder.getMsgType() |
OcpMsgType |
GetFaultInputBuilder.getMsgType() |
OcpMsgType |
SetTimeOutputBuilder.getMsgType() |
OcpMsgType |
CreateObjOutputBuilder.getMsgType() |
OcpMsgType |
HealthCheckOutputBuilder.getMsgType() |
OcpMsgType |
ModifyStateInputBuilder.getMsgType() |
OcpMsgType |
GetFaultOutputBuilder.getMsgType() |
OcpMsgType |
HealthCheckInputBuilder.getMsgType() |
OcpMsgType |
ModifyStateOutputBuilder.getMsgType() |
OcpMsgType |
SetTimeInputBuilder.getMsgType() |
OcpMsgType |
DeleteObjInputBuilder.getMsgType() |
OcpMsgType |
ModifyParamOutputBuilder.getMsgType() |
OcpMsgType |
GetStateOutputBuilder.getMsgType() |
OcpMsgType |
ReResetOutputBuilder.getMsgType() |
OcpMsgType |
CreateObjInputBuilder.getMsgType() |
OcpMsgType |
GetParamInputBuilder.getMsgType() |
OcpMsgType |
ModifyParamInputBuilder.getMsgType() |
OcpMsgType |
ReResetInputBuilder.getMsgType() |
OcpMsgType |
GetStateInputBuilder.getMsgType() |
OcpMsgType |
StateChangeIndBuilder.getMsgType() |
OcpMsgType |
DeleteObjOutputBuilder.getMsgType() |
OcpMsgType |
GetParamOutputBuilder.getMsgType() |
Copyright © 2016 OpenDaylight. All rights reserved.