Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.errormsg | |
org.projectfloodlight.openflow.protocol.ver13 |
Modifier and Type | Method and Description |
---|---|
static OFMeterModFailedCode |
OFMeterModFailedCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFMeterModFailedCode[] |
OFMeterModFailedCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFMeterModFailedCode |
OFMeterModFailedErrorMsg.getCode() |
OFMeterModFailedCode |
OFMeterModFailedErrorMsg.Builder.getCode() |
Modifier and Type | Method and Description |
---|---|
OFMeterModFailedErrorMsg.Builder |
OFMeterModFailedErrorMsg.Builder.setCode(OFMeterModFailedCode code) |
Modifier and Type | Method and Description |
---|---|
static OFMeterModFailedCode |
OFMeterModFailedCodeSerializerVer13.ofWireValue(short val) |
static OFMeterModFailedCode |
OFMeterModFailedCodeSerializerVer13.readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFMeterModFailedCodeSerializerVer13.putTo(OFMeterModFailedCode e,
com.google.common.hash.PrimitiveSink sink) |
static short |
OFMeterModFailedCodeSerializerVer13.toWireValue(OFMeterModFailedCode e) |
static void |
OFMeterModFailedCodeSerializerVer13.writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFMeterModFailedCode e) |
Copyright © 2014. All rights reserved.