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