public enum OFMeterModFailedCode extends Enum<OFMeterModFailedCode>
Enum Constant and Description |
---|
BAD_BAND |
BAD_BAND_VALUE |
BAD_BURST |
BAD_COMMAND |
BAD_FLAGS |
BAD_RATE |
INVALID_METER |
METER_EXISTS |
OUT_OF_BANDS |
OUT_OF_METERS |
UNKNOWN |
UNKNOWN_METER |
Modifier and Type | Method and Description |
---|---|
static OFMeterModFailedCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFMeterModFailedCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFMeterModFailedCode UNKNOWN
public static final OFMeterModFailedCode METER_EXISTS
public static final OFMeterModFailedCode INVALID_METER
public static final OFMeterModFailedCode UNKNOWN_METER
public static final OFMeterModFailedCode BAD_COMMAND
public static final OFMeterModFailedCode BAD_FLAGS
public static final OFMeterModFailedCode BAD_RATE
public static final OFMeterModFailedCode BAD_BURST
public static final OFMeterModFailedCode BAD_BAND
public static final OFMeterModFailedCode BAD_BAND_VALUE
public static final OFMeterModFailedCode OUT_OF_METERS
public static final OFMeterModFailedCode OUT_OF_BANDS
public static OFMeterModFailedCode[] values()
for (OFMeterModFailedCode c : OFMeterModFailedCode.values()) System.out.println(c);
public static OFMeterModFailedCode 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 nullCopyright © 2015. All rights reserved.