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