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