public enum OFBadMatchCode extends Enum<OFBadMatchCode>
| Enum Constant and Description |
|---|
BAD_DL_ADDR_MASK |
BAD_FIELD |
BAD_LEN |
BAD_MASK |
BAD_NW_ADDR_MASK |
BAD_PREREQ |
BAD_TAG |
BAD_TYPE |
BAD_VALUE |
BAD_WILDCARDS |
DUP_FIELD |
EPERM |
| Modifier and Type | Method and Description |
|---|---|
static OFBadMatchCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBadMatchCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBadMatchCode BAD_TYPE
public static final OFBadMatchCode BAD_LEN
public static final OFBadMatchCode BAD_TAG
public static final OFBadMatchCode BAD_DL_ADDR_MASK
public static final OFBadMatchCode BAD_NW_ADDR_MASK
public static final OFBadMatchCode BAD_WILDCARDS
public static final OFBadMatchCode BAD_FIELD
public static final OFBadMatchCode BAD_VALUE
public static final OFBadMatchCode BAD_MASK
public static final OFBadMatchCode BAD_PREREQ
public static final OFBadMatchCode DUP_FIELD
public static final OFBadMatchCode EPERM
public static OFBadMatchCode[] values()
for (OFBadMatchCode c : OFBadMatchCode.values()) System.out.println(c);
public static OFBadMatchCode 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 © 2016. All rights reserved.