public static enum RadiotapDataMcs.Bandwidth extends Enum<RadiotapDataMcs.Bandwidth>
Enum Constant and Description |
---|
BW_20
20
|
BW_20L
20L
|
BW_20U
20U
|
BW_40
40
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
int |
getValue() |
String |
toString() |
static RadiotapDataMcs.Bandwidth |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RadiotapDataMcs.Bandwidth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RadiotapDataMcs.Bandwidth BW_20
public static final RadiotapDataMcs.Bandwidth BW_40
public static final RadiotapDataMcs.Bandwidth BW_20L
public static final RadiotapDataMcs.Bandwidth BW_20U
public static RadiotapDataMcs.Bandwidth[] values()
for (RadiotapDataMcs.Bandwidth c : RadiotapDataMcs.Bandwidth.values()) System.out.println(c);
public static RadiotapDataMcs.Bandwidth 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 nullpublic int getValue()
public String getName()
public String toString()
toString
in class Enum<RadiotapDataMcs.Bandwidth>
Copyright © 2011–2017 Pcap4J.org. All rights reserved.