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