public enum OFConfigFlags extends Enum<OFConfigFlags>
Enum Constant and Description |
---|
FRAG_DROP |
FRAG_MASK |
FRAG_NORMAL |
FRAG_REASM |
INVALID_TTL_TO_CONTROLLER |
Modifier and Type | Method and Description |
---|---|
static OFConfigFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFConfigFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFConfigFlags FRAG_NORMAL
public static final OFConfigFlags FRAG_DROP
public static final OFConfigFlags FRAG_REASM
public static final OFConfigFlags FRAG_MASK
public static final OFConfigFlags INVALID_TTL_TO_CONTROLLER
public static OFConfigFlags[] values()
for (OFConfigFlags c : OFConfigFlags.values()) System.out.println(c);
public static OFConfigFlags 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.