public static enum Dot11HTCapabilitiesElement.AMpduLength extends Enum<Dot11HTCapabilitiesElement.AMpduLength>
Enum Constant and Description |
---|
MAX_16383
16383 octets: 1
|
MAX_32767
32767 octets: 2
|
MAX_65535
65535 octets: 3
|
MAX_8191
8191 octets: 0
|
Modifier and Type | Method and Description |
---|---|
static Dot11HTCapabilitiesElement.AMpduLength |
getInstance(int value) |
String |
getName() |
int |
getValue() |
String |
toString() |
static Dot11HTCapabilitiesElement.AMpduLength |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dot11HTCapabilitiesElement.AMpduLength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dot11HTCapabilitiesElement.AMpduLength MAX_8191
public static final Dot11HTCapabilitiesElement.AMpduLength MAX_16383
public static final Dot11HTCapabilitiesElement.AMpduLength MAX_32767
public static final Dot11HTCapabilitiesElement.AMpduLength MAX_65535
public static Dot11HTCapabilitiesElement.AMpduLength[] values()
for (Dot11HTCapabilitiesElement.AMpduLength c : Dot11HTCapabilitiesElement.AMpduLength.values()) System.out.println(c);
public static Dot11HTCapabilitiesElement.AMpduLength 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.AMpduLength>
public static Dot11HTCapabilitiesElement.AMpduLength getInstance(int value)
value
- valueCopyright © 2011–2017 Pcap4J.org. All rights reserved.