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