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