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