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