public enum OFChannelSpacing extends Enum<OFChannelSpacing>
| Enum Constant and Description |
|---|
GHZ_100 |
GHZ_12P5 |
GHZ_24 |
GHZ_50 |
GHZ_6P25 |
RES |
| Modifier and Type | Method and Description |
|---|---|
static OFChannelSpacing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFChannelSpacing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFChannelSpacing RES
public static final OFChannelSpacing GHZ_100
public static final OFChannelSpacing GHZ_50
public static final OFChannelSpacing GHZ_24
public static final OFChannelSpacing GHZ_12P5
public static final OFChannelSpacing GHZ_6P25
public static OFChannelSpacing[] values()
for (OFChannelSpacing c : OFChannelSpacing.values()) System.out.println(c);
public static OFChannelSpacing 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 © 2016. All rights reserved.