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