public enum OFPortStatsOpticalFlags extends Enum<OFPortStatsOpticalFlags>
Enum Constant and Description |
---|
RX_PWR |
RX_TUNE |
TX_BIAS |
TX_PWR |
TX_TEMP |
TX_TUNE |
Modifier and Type | Method and Description |
---|---|
static OFPortStatsOpticalFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFPortStatsOpticalFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFPortStatsOpticalFlags RX_TUNE
public static final OFPortStatsOpticalFlags TX_TUNE
public static final OFPortStatsOpticalFlags TX_PWR
public static final OFPortStatsOpticalFlags RX_PWR
public static final OFPortStatsOpticalFlags TX_BIAS
public static final OFPortStatsOpticalFlags TX_TEMP
public static OFPortStatsOpticalFlags[] values()
for (OFPortStatsOpticalFlags c : OFPortStatsOpticalFlags.values()) System.out.println(c);
public static OFPortStatsOpticalFlags 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 © 2015. All rights reserved.