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