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