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