public static enum Dot11HTCapabilitiesElement.CsiNumRows extends Enum<Dot11HTCapabilitiesElement.CsiNumRows>
Enum Constant and Description |
---|
FOUR
4 rows of CSI: 3
|
SINGLE
Single row of CSI: 0
|
THREE
3 rows of CSI: 2
|
TWO
2 rows of CSI: 1
|
Modifier and Type | Method and Description |
---|---|
static Dot11HTCapabilitiesElement.CsiNumRows |
getInstance(int value) |
String |
getName() |
int |
getValue() |
String |
toString() |
static Dot11HTCapabilitiesElement.CsiNumRows |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dot11HTCapabilitiesElement.CsiNumRows[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dot11HTCapabilitiesElement.CsiNumRows SINGLE
public static final Dot11HTCapabilitiesElement.CsiNumRows TWO
public static final Dot11HTCapabilitiesElement.CsiNumRows THREE
public static final Dot11HTCapabilitiesElement.CsiNumRows FOUR
public static Dot11HTCapabilitiesElement.CsiNumRows[] values()
for (Dot11HTCapabilitiesElement.CsiNumRows c : Dot11HTCapabilitiesElement.CsiNumRows.values()) System.out.println(c);
public static Dot11HTCapabilitiesElement.CsiNumRows 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<Dot11HTCapabilitiesElement.CsiNumRows>
public static Dot11HTCapabilitiesElement.CsiNumRows getInstance(int value)
value
- valueCopyright © 2011–2018 Pcap4J.org. All rights reserved.