Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.types |
Modifier and Type | Method and Description |
---|---|
PortSpeed |
OFPortFeatures.getPortSpeed() |
Modifier and Type | Method and Description |
---|---|
static PortSpeed |
PortSpeed.max(PortSpeed s1,
PortSpeed s2) |
static PortSpeed |
PortSpeed.min(PortSpeed s1,
PortSpeed s2) |
static PortSpeed |
PortSpeed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortSpeed[] |
PortSpeed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PortSpeed |
PortSpeed.max(PortSpeed s1,
PortSpeed s2) |
static PortSpeed |
PortSpeed.min(PortSpeed s1,
PortSpeed s2) |
Copyright © 2015. All rights reserved.