public enum OFMeterBandType extends Enum<OFMeterBandType>
| Enum Constant and Description |
|---|
DROP |
DSCP_REMARK |
EXPERIMENTER |
| Modifier and Type | Method and Description |
|---|---|
static OFMeterBandType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFMeterBandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFMeterBandType DROP
public static final OFMeterBandType DSCP_REMARK
public static final OFMeterBandType EXPERIMENTER
public static OFMeterBandType[] values()
for (OFMeterBandType c : OFMeterBandType.values()) System.out.println(c);
public static OFMeterBandType 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 © 2021. All rights reserved.