public enum OFBsnPortMode extends Enum<OFBsnPortMode>
| Enum Constant and Description |
|---|
BSN_PORT_MODE_1X1 |
BSN_PORT_MODE_1X10 |
BSN_PORT_MODE_1X100 |
BSN_PORT_MODE_1X25 |
BSN_PORT_MODE_1X40 |
BSN_PORT_MODE_2X50 |
BSN_PORT_MODE_4X1 |
BSN_PORT_MODE_4X10 |
BSN_PORT_MODE_4X25 |
BSN_PORT_MODE_4XX |
BSN_PORT_MODE_NONE |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnPortMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnPortMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnPortMode BSN_PORT_MODE_NONE
public static final OFBsnPortMode BSN_PORT_MODE_4XX
public static final OFBsnPortMode BSN_PORT_MODE_4X1
public static final OFBsnPortMode BSN_PORT_MODE_4X10
public static final OFBsnPortMode BSN_PORT_MODE_4X25
public static final OFBsnPortMode BSN_PORT_MODE_2X50
public static final OFBsnPortMode BSN_PORT_MODE_1X1
public static final OFBsnPortMode BSN_PORT_MODE_1X10
public static final OFBsnPortMode BSN_PORT_MODE_1X25
public static final OFBsnPortMode BSN_PORT_MODE_1X40
public static final OFBsnPortMode BSN_PORT_MODE_1X100
public static OFBsnPortMode[] values()
for (OFBsnPortMode c : OFBsnPortMode.values()) System.out.println(c);
public static OFBsnPortMode 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.